Skip to content

Commit

Permalink
delete minikube in first functional test before starting with containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Wadhwa committed Dec 6, 2018
1 parent 420eb32 commit 022122a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/addons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func testGvisor(t *testing.T) {
minikubeRunner := NewMinikubeRunner(t)
kubectlRunner := util.NewKubectlRunner(t)

t.Log("enabling gvisor addon")
t.Log("enabling gvisor addon...")
output := minikubeRunner.RunCommand("addons enable gvisor", true)
t.Log(output)

Expand Down
1 change: 1 addition & 0 deletions test/integration/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func TestFunctionalContainerd(t *testing.T) {
t.Skip("Can't run containerd backend with none driver")
}

minikubeRunner.RunCommand("delete", true)
minikubeRunner.SetRuntime(constants.ContainerdRuntime)
minikubeRunner.EnsureRunning()

Expand Down

0 comments on commit 022122a

Please sign in to comment.