Skip to content

Commit 0499b96

Browse files
committed
Flakeguard: ignore Splunk error
1 parent b63be8b commit 0499b96

File tree

1 file changed

+1
-1
lines changed
  • tools/flakeguard/reports

1 file changed

+1
-1
lines changed

tools/flakeguard/reports/io.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ func aggregate(reportChan <-chan *TestReport, errChan <-chan error, opts *aggreg
494494
GenerateSummaryData(fullReport)
495495

496496
if sendToSplunk {
497-
err = sendDataToSplunk(opts, *fullReport)
497+
_ = sendDataToSplunk(opts, *fullReport)
498498
}
499499
return fullReport, err
500500
}

0 commit comments

Comments
 (0)