Skip to content

Commit

Permalink
remove container after failure
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu Mccloskey <[email protected]>
  • Loading branch information
nabuskey committed Oct 26, 2023
1 parent 2ff688c commit 4bc9854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kind/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func TestReconcileRegistry(t *testing.T) {
break
}
t.Logf("Failed to reconcile: %v", err)
dockerCli.ContainerRemove(ctx, cluster.getRegistryContainerName(), types.ContainerRemoveOptions{Force: true})
time.Sleep(waitInterval)
}

Expand Down

0 comments on commit 4bc9854

Please sign in to comment.