Commit bfb8902e authored by Mike Danese's avatar Mike Danese

fix test/e2e/ compilation

parent ea192ddb
......@@ -210,7 +210,10 @@ go_library(
],
)
go_test(
# this is a private library until we can support building the
# test binary
# TODO(mikedanese): fix @io_bazelbuild/rules_go
go_library(
name = "go_default_test",
srcs = [
"e2e_test.go",
......@@ -218,6 +221,7 @@ go_test(
],
library = "go_default_library",
tags = ["automanaged"],
visibility = ["//visibility:private"],
deps = [
"//pkg/api:go_default_library",
"//pkg/client/clientset_generated/internalclientset:go_default_library",
......
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