Skip to content

Commit 0356a6c

Browse files
authored
Merge pull request #27050 from Abirdcfly/patch-2
delete minor unreachable code caused by t.Fatalf
2 parents 7d4d680 + 39e5896 commit 0356a6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

prow/spyglass/podlogartifact_fetcher_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ func TestFetchArtifacts_Prow(t *testing.T) {
9494
res, err := artifact.ReadAll()
9595
if err != nil {
9696
t.Fatalf("%s failed reading bytes of log. got err: %v", tc.name, err)
97-
continue
9897
}
9998
if !bytes.Equal(tc.expected, res) {
10099
t.Errorf("Unexpected result of reading pod logs, expected %q, got %q", tc.expected, res)

0 commit comments

Comments
 (0)