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

@@ -26,10 +26,12 @@ go_library(
go_test(
name = "go_default_test",
srcs = ["procfs_linux_test.go"],
data = [
"example_proc_cgroup",
],
library = "go_default_library",
tags = [
"automanaged",
"skip",
],
deps = ["//vendor:github.com/stretchr/testify/assert"],
)