Skip to content

Commit

Permalink
Disable test_actions_deleted_after_execution_nobatch_keep_analysis
Browse files Browse the repository at this point in the history
RELNOTES: None.
PiperOrigin-RevId: 181971087
  • Loading branch information
dslomov authored and Copybara-Service committed Jan 15, 2018
1 parent 2944fdc commit 1bf3e36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/shell/integration/discard_graph_edges_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1bf3e36

Please sign in to comment.