mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-26 12:50:25 +00:00
prog: don't run mutation tests in race mode
They take too long.
This commit is contained in:
parent
5957825305
commit
6bfdbe8950
@ -388,6 +388,9 @@ func BenchmarkGenerate(b *testing.B) {
|
||||
}
|
||||
|
||||
func runMutationTests(t *testing.T, tests [][2]string, valid bool) {
|
||||
if raceEnabled {
|
||||
t.Skip("skipping in race mode, too slow")
|
||||
}
|
||||
target := initTargetTest(t, "test", "64")
|
||||
for ti, test := range tests {
|
||||
test := test
|
||||
|
Loading…
Reference in New Issue
Block a user