Bug fix: failed to run integration test by using bazel

Signed-off-by: Bin Lu <bin.lu@arm.com>
This commit is contained in:
Bin Lu
2019-05-16 10:55:32 +08:00
parent fe895f0411
commit 5504d845ff
10 changed files with 10 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ go_test(
"rbac_test.go",
"svcaccttoken_test.go",
],
rundir = ".",
tags = ["integration"],
deps = [
"//cmd/kube-apiserver/app/options:go_default_library",