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 = ["openshift_test.go"],
tags = ["automanaged"],
tags = [
"automanaged",
"integration",
],
deps = [
"//pkg/master:go_default_library",
"//vendor/k8s.io/apiserver/pkg/server:go_default_library",