Skip to content

Commit dc3d5a0

Browse files
committed
Do not fail fast. Always run tests n times
1 parent 5c515ce commit dc3d5a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/flakeguard/cmd/run.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ var RunTestsCmd = &cobra.Command{
4848
Verbose: true,
4949
RunCount: runCount,
5050
UseRace: useRace,
51-
FailFast: threshold == 1.0, // Fail test on first test run if threshold is 1.0
5251
SkipTests: skipTests,
5352
SelectedTestPackages: testPackages,
5453
}

0 commit comments

Comments
 (0)