Skip to content

Commit 7d65d29

Browse files
committed
do not cache test results when rerunning
1 parent 43cc104 commit 7d65d29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/flakeguard/runner/runner.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ func (r *Runner) RerunFailedTests(results []reports.TestResult) (*reports.TestRe
763763
cmd := []string{
764764
"go", "test",
765765
pkg,
766+
"-count=1",
766767
"-run", testPattern,
767768
"-json",
768769
}

0 commit comments

Comments
 (0)