Skip to content

Commit 6b8c8e4

Browse files
committed
Update bazel
1 parent fe972b8 commit 6b8c8e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/conformance/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ go_library(
99
importpath = "k8s.io/kubernetes/test/conformance",
1010
visibility = ["//visibility:private"],
1111
deps = [
12-
"//test/conformance/behaviors:go_default_library",
1312
"//vendor/github.com/onsi/ginkgo/types:go_default_library",
1413
"//vendor/gopkg.in/yaml.v2:go_default_library",
1514
],
@@ -79,7 +78,6 @@ go_test(
7978
srcs = ["walk_test.go"],
8079
data = glob(["testdata/**"]),
8180
embed = [":go_default_library"],
82-
deps = ["//test/conformance/behaviors:go_default_library"],
8381
)
8482

8583
genrule(

0 commit comments

Comments
 (0)