Skip to content

Commit bcc79cf

Browse files
committed
fix
1 parent edfd2a4 commit bcc79cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/flakeguard/runner/runner.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ func (r *Runner) parseTestResults(filePaths []string) ([]reports.TestResult, err
409409
}
410410
case "output":
411411
// Handled above when entryLine.Test is not empty
412-
// ...existing code for other actions...
413412
}
414413
if entryLine.Test != "" {
415414
result.Runs = result.Successes + result.Failures

0 commit comments

Comments
 (0)