You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/flakeguard/runner/runner_test.go
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,9 @@ func TestRun(t *testing.T) {
260
260
require.False(t, expected.seen, "test '%s' was seen multiple times", result.TestName)
261
261
expected.seen=true
262
262
263
-
assert.Len(t, result.Durations, result.Runs, "test '%s' has a mismatch of runs and duration counts", result.TestName, defaultRuns)
263
+
assert.Len(t, result.Durations, result.Runs, "test '%s' has a mismatch of runs and duration counts\nIf this is a panic test, this is expected (but strange and buggy) behavior",
0 commit comments