We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d4d680 + 39e5896 commit 0356a6cCopy full SHA for 0356a6c
prow/spyglass/podlogartifact_fetcher_test.go
@@ -94,7 +94,6 @@ func TestFetchArtifacts_Prow(t *testing.T) {
94
res, err := artifact.ReadAll()
95
if err != nil {
96
t.Fatalf("%s failed reading bytes of log. got err: %v", tc.name, err)
97
- continue
98
}
99
if !bytes.Equal(tc.expected, res) {
100
t.Errorf("Unexpected result of reading pod logs, expected %q, got %q", tc.expected, res)
0 commit comments