aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar László Csomor <laszlocsomor@google.com>2017-05-29 13:37:48 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-05-29 14:09:21 +0200
commit0433a20572085b2a0cde756b65dbaebed154b18c (patch)
tree5477b537dc5d81cc5e685e48efc09a29e219df4c /src/test/shell/integration/BUILD
parent7a7bce013781d1d57d7996f38726b51cea6d7995 (diff)
Mark //s/t/s/integration:skylark_flag_test manual
This should fix Bazel CI / bazel-tests. See https://github.com/bazelbuild/bazel/issues/3072 Change-Id: I6fe2247d99d11e4e544c4066c132a251652bd2ce PiperOrigin-RevId: 157386938
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index cdce926014..857eab618d 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -185,6 +185,8 @@ sh_test(
size = "small",
srcs = ["skylark_flag_test.sh"],
data = [":test-deps"],
+ # TODO(brandjon): Fix GitHub issue #3072 and remove the "manual" tag.
+ tags = ["manual"],
)
sh_test(