Skip to content

Commit c84d162

Browse files
committed
Fix name
1 parent 7f48f39 commit c84d162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flakeguard/runner/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ func (r *Runner) parseTestResults(jsonOutputPaths []string, runPrefix string, ru
389389
panicTest, timeout, err := attributePanicToTest(outputs)
390390
if err != nil {
391391
log.Warn().Err(err).Msg("Unable to attribute panic to a test")
392-
panicTest = "UnableToAttributePanicTest"
392+
panicTest = "UnableToAttributePanicTestPleaseInvestigate"
393393
}
394394
panicTestKey := fmt.Sprintf("%s/%s", entryLine.Package, panicTest)
395395

0 commit comments

Comments
 (0)