Skip to content

Commit

Permalink
Remove special unrelated docker check
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Mar 26, 2019
1 parent ec135dc commit 48e4808
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/minikube/cruntime/cruntime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,6 @@ func TestContainerFunctions(t *testing.T) {
"fgh1": prefix + "coredns",
"xyz2": prefix + "storage",
}
if tc.runtime == "docker" {
runner.containers["zzz"] = "unrelated"
}
cr, err := New(Config{Type: tc.runtime, Runner: runner})
if err != nil {
t.Fatalf("New(%s): %v", tc.runtime, err)
Expand Down

0 comments on commit 48e4808

Please sign in to comment.