Skip to content

Commit

Permalink
temp, ignore cleanup failures
Browse files Browse the repository at this point in the history
  • Loading branch information
hhsnopek committed Oct 22, 2022
1 parent a3c7654 commit 77a06ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.go
Expand Up @@ -37,7 +37,7 @@ func CleanupContainer(tb testing.TB, ctx context.Context, ctr Container) {

tb.Cleanup(func() {
if err := ctr.Terminate(ctx); err != nil {
tb.Fatalf("failed to terminate container: %s", err)
tb.Logf("failed to terminate container: %s", err)
}
})
}

0 comments on commit 77a06ff

Please sign in to comment.