diff options
Diffstat (limited to 'runsc/cgroup/BUILD')
-rw-r--r-- | runsc/cgroup/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/cgroup/BUILD b/runsc/cgroup/BUILD index bf2f373a9..4f9a25a25 100644 --- a/runsc/cgroup/BUILD +++ b/runsc/cgroup/BUILD @@ -22,4 +22,5 @@ go_test( size = "small", srcs = ["cgroup_test.go"], embed = [":cgroup"], + tags = ["local"], ) |