Skip to content

Commit e874bf3

Browse files
Only log network error
1 parent b832824 commit e874bf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/octopus_container_test_framework.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ func (o *OctopusContainerTest) CleanUp(ctx context.Context, octoContainer *Octop
393393

394394
if networkErr := network.Remove(ctx); networkErr != nil {
395395
log.Printf("Failed to remove network: %v", networkErr)
396-
return networkErr
397396
}
398397

399398
return nil

0 commit comments

Comments
 (0)