aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-29 15:05:01 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-29 16:05:32 +0000
commite039eeb792804b105c89483509a308993370ce4f (patch)
tree140f9f432f23dcbceda3c52d9e4dba82bd397594 /src/test/shell
parentfd71be719c1604e95e0342197741109343fed8ec (diff)
Mark experimental_ui_test as manual...
...and do it correctly this time, so not loading_phase_tests. -- MOS_MIGRATED_REVID=128808204
Diffstat (limited to 'src/test/shell')
-rw-r--r--src/test/shell/integration/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index d0b3b50ceb..9224c469aa 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -28,7 +28,6 @@ sh_test(
srcs = ["loading_phase_tests.sh"],
data = [":test-deps"],
shard_count = 4,
- tags = ["manual"],
)
sh_test(
@@ -37,6 +36,7 @@ sh_test(
srcs = ["experimental_ui_test.sh"],
data = [":test-deps"],
shard_count = 6,
+ tags = ["manual"],
)
sh_test(