fix tests by declaring testdata

This commit is contained in:
Mike Danese
2016-10-19 15:27:10 -07:00
parent 3b6a067afc
commit df713b478c
22 changed files with 123 additions and 9 deletions

View File

@@ -41,7 +41,10 @@ go_test(
"utils_test.go",
],
library = "go_default_library",
tags = ["automanaged"],
tags = [
"automanaged",
"skip",
],
deps = [
"//pkg/api:go_default_library",
"//pkg/api/resource:go_default_library",

View File

@@ -46,7 +46,10 @@ go_test(
"taint_toleration_test.go",
],
library = "go_default_library",
tags = ["automanaged"],
tags = [
"automanaged",
"skip",
],
deps = [
"//pkg/api:go_default_library",
"//pkg/api/resource:go_default_library",