diff options
Diffstat (limited to 'runsc/BUILD')
-rw-r--r-- | runsc/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/BUILD b/runsc/BUILD index e99404eb1..7a7dcc8d5 100644 --- a/runsc/BUILD +++ b/runsc/BUILD @@ -50,5 +50,4 @@ sh_test( srcs = ["version_test.sh"], args = ["$(location :runsc)"], data = [":runsc"], - tags = ["noguitar"], ) |