Skip to content

Commit

Permalink
Fix kubeadm test in bazel.
Browse files Browse the repository at this point in the history
  • Loading branch information
spxtr committed Dec 21, 2016
1 parent 20003bd commit ecaeab6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cmd/kubeadm/test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ go_library(
go_test(
name = "go_default_test",
srcs = ["token_test.go"],
args = ["--kubeadm-path=../kubeadm"],
data = ["//cmd/kubeadm"],
library = "go_default_library",
tags = [
"automanaged",
"integration",
"skip",
],
tags = ["automanaged"],
deps = [],
)

0 comments on commit ecaeab6

Please sign in to comment.