aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
diff options
context:
space:
mode:
authorGravatar jmmv <jmmv@google.com>2018-02-02 10:50:17 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-02 10:52:17 -0800
commit43d23a2f33814e7e555980026f8ec60de0572503 (patch)
tree5038e505c52d757c736efbb47eb0f030eb563818 /src/test
parentb15710322fb964d087d9676fe01f8c824ab37dc3 (diff)
Disable the src/test/py/bazel/launcher_test test.
This test currently times out when run on our CI and we don't have a root cause yet -- but it's blocking all submissions. Thus disable it in the meantime while we investigate. RELNOTES: None. PiperOrigin-RevId: 184304422
Diffstat (limited to 'src/test')
-rw-r--r--src/test/py/bazel/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/py/bazel/BUILD b/src/test/py/bazel/BUILD
index c7715f7c1f..cfaf121925 100644
--- a/src/test/py/bazel/BUILD
+++ b/src/test/py/bazel/BUILD
@@ -88,6 +88,7 @@ py_test(
name = "launcher_test",
size = "medium",
srcs = ["launcher_test.py"],
+ tags = ["manual"], # TODO(b/72827255): Reenable once it works.
deps = [":test_base"],
)