Skip to content

Commit 75f07e4

Browse files
committed
update artifact message
1 parent 34fa8f2 commit 75f07e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/flakeguard/reports/presentation.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ func renderArtifactSection(w io.Writer, artifactName, artifactLink string) {
223223
fmt.Fprintln(w, "## Artifacts")
224224
fmt.Fprintln(w)
225225
fmt.Fprintf(w, "For detailed logs of the failed tests, please refer to the artifact [%s](%s).\n", artifactName, artifactLink)
226-
fmt.Fprintln(w, "This artifact contains all outputs from failed tests.")
227226
}
228227
}
229228

0 commit comments

Comments
 (0)