mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +00:00
Make bazel happy
./hack/update-bazel.sh
This commit is contained in:
parent
9fc231e5c0
commit
b3a1750afe
@ -72,3 +72,9 @@ go_test(
|
|||||||
"//vendor/github.com/vmware/govmomi/simulator:go_default_library",
|
"//vendor/github.com/vmware/govmomi/simulator:go_default_library",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
go_test(
|
||||||
|
name = "go_default_xtest",
|
||||||
|
srcs = ["connection_test.go"],
|
||||||
|
deps = [":go_default_library"],
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user