Skip to content

Commit

Permalink
Handle PostMortemLogs like in image_test
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericgermain committed Aug 31, 2024
1 parent b42087f commit 76de6d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/integration/multinetwork_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ func TestContainerIPsMultiNetwork(t *testing.T) {

t.Run(tc.name, func(t *testing.T) {
tc.validator(ctx, t, profile)

if t.Failed() && *postMortemLogs {
PostMortemLogs(t, profile)
}
})
}
})
Expand Down

0 comments on commit 76de6d1

Please sign in to comment.