Remove special unrelated docker check

pull/3982/head
Thomas Stromberg 2019-03-26 10:54:39 -07:00
parent ec135dc4da
commit 48e4808b72
1 changed files with 0 additions and 3 deletions

View File

@ -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)