Skip to content

Commit c2bc5f6

Browse files
committed
do not call t.Errorf
1 parent 730f509 commit c2bc5f6

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

devenv/tests/automation/load_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ func TestLoad(t *testing.T) {
7777
},
7878
},
7979
)
80-
t.Error("failed to scan Docker container logs:", scanErr)
8180

8281
if t.Failed() {
8382
saveErr := framework.StreamCTFContainerLogsFanout(

devenv/tests/ocr2/soak_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ func TestOCR2Soak(t *testing.T) {
4444
},
4545
},
4646
)
47-
t.Error("failed to scan Docker container logs:", scanErr)
4847

4948
if t.Failed() {
5049
saveErr := framework.StreamCTFContainerLogsFanout(

0 commit comments

Comments
 (0)