don't use build tags to mark integration tests

This commit is contained in:
Mike Danese
2017-01-31 15:55:39 -08:00
parent 9fbefe3b97
commit 21617a60ae
58 changed files with 1084 additions and 65 deletions

View File

@@ -10,7 +10,10 @@ load(
go_test(
name = "go_default_test",
srcs = ["apiserver_test.go"],
tags = ["automanaged"],
tags = [
"automanaged",
"integration",
],
deps = [
"//cmd/kube-apiserver/app:go_default_library",
"//cmd/kube-apiserver/app/options:go_default_library",