We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe972b8 commit 6b8c8e4Copy full SHA for 6b8c8e4
test/conformance/BUILD
@@ -9,7 +9,6 @@ go_library(
9
importpath = "k8s.io/kubernetes/test/conformance",
10
visibility = ["//visibility:private"],
11
deps = [
12
- "//test/conformance/behaviors:go_default_library",
13
"//vendor/github.com/onsi/ginkgo/types:go_default_library",
14
"//vendor/gopkg.in/yaml.v2:go_default_library",
15
],
@@ -79,7 +78,6 @@ go_test(
79
78
srcs = ["walk_test.go"],
80
data = glob(["testdata/**"]),
81
embed = [":go_default_library"],
82
- deps = ["//test/conformance/behaviors:go_default_library"],
83
)
84
85
genrule(
0 commit comments