don't use build tags to mark integration tests
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user