aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar dslomov <dslomov@google.com>2018-01-15 08:23:46 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-15 08:28:13 -0800
commit1bf3e3685e124510a6a4874039a994ccf425e5ce (patch)
tree6d075c0ccb6535166627e3810fb2274651ecd80b
parent2944fdc2eba77e785d6345d1783e59806ee4e5c2 (diff)
Disable test_actions_deleted_after_execution_nobatch_keep_analysis
RELNOTES: None. PiperOrigin-RevId: 181971087
-rwxr-xr-xsrc/test/shell/integration/discard_graph_edges_test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/shell/integration/discard_graph_edges_test.sh b/src/test/shell/integration/discard_graph_edges_test.sh
index 0ec8559979..89c2d2b462 100755
--- a/src/test/shell/integration/discard_graph_edges_test.sh
+++ b/src/test/shell/integration/discard_graph_edges_test.sh
@@ -361,7 +361,8 @@ function test_packages_cleared_implicit_noincrementality_data() {
BUILD_FLAGS="$old_build_flags"
}
-function test_actions_deleted_after_execution_nobatch_keep_analysis () {
+# Flaky on ci: https://ci.bazel.build/job/bazel-tests/1710/
+function DISABLED_test_actions_deleted_after_execution_nobatch_keep_analysis () {
readonly local old_startup_flags="$STARTUP_FLAGS"
STARTUP_FLAGS="--nobatch"
readonly local old_build_flags="$BUILD_FLAGS"