We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c515ce commit dc3d5a0Copy full SHA for dc3d5a0
tools/flakeguard/cmd/run.go
@@ -48,7 +48,6 @@ var RunTestsCmd = &cobra.Command{
48
Verbose: true,
49
RunCount: runCount,
50
UseRace: useRace,
51
- FailFast: threshold == 1.0, // Fail test on first test run if threshold is 1.0
52
SkipTests: skipTests,
53
SelectedTestPackages: testPackages,
54
}
0 commit comments