Commit 9a428cc5 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #39184 from feiskyer/dockertools

Automatic merge from submit-queue dockertools: don't test linux-specific cases on OSX There are a few test cases in dockertools are linux-specific. This PR moves them to docker_manager_linux_test.go Fixes #39183.
parents f1c8b758 16bcafb7
......@@ -84,6 +84,7 @@ go_test(
srcs = [
"container_gc_test.go",
"convert_test.go",
"docker_manager_linux_test.go",
"docker_manager_test.go",
"docker_test.go",
"images_test.go",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment