bazel: fix some unit tests

This commit is contained in:
Mike Danese
2016-12-15 14:58:49 -08:00
parent 853fcc393e
commit 8fdec87d19
11 changed files with 23 additions and 12 deletions

View File

@@ -21,7 +21,6 @@ go_test(
library = "go_default_library",
tags = [
"automanaged",
"skip",
],
deps = ["//plugin/pkg/scheduler/factory:go_default_library"],
)