Skip to content

Commit

Permalink
Remove ContainerRuntime condition
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericgermain committed Aug 31, 2024
1 parent c6e8f7f commit 4325226
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/integration/extnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ func TestExtNet(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), Minutes(10))
defer Cleanup(t, profile, cancel)

containerRuntime := ContainerRuntime()
switch containerRuntime {
case "containerd":
t.Skip("skipping: access direct test is broken on windows: https://github.com/kubernetes/minikube/issues/8304")
case "crio":
t.Skip("skipping: access direct test is broken on windows: https://github.com/kubernetes/minikube/issues/8304")
case "docker":
}

extnetNetworkName := fmt.Sprintf("%s-%s", "network-extnet", fmt.Sprintf("%06d", time.Now().UnixNano()%1000000))

// Serial tests
Expand Down

0 comments on commit 4325226

Please sign in to comment.