aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
authorGravatar jcater <jcater@google.com>2017-06-09 12:54:26 -0400
committerGravatar John Cater <jcater@google.com>2017-06-09 14:07:30 -0400
commitff147c43b87fe8e707ad945040fc36225afabd79 (patch)
tree1068a4b9adf650f4ae25dd429182ca4e8fc11e33 /src/test/shell
parent033207ee5ac7aced3e4ef48ff7e5b08e3133764b (diff)
Disable test_packages_cleared because it is flaky on CI.
Internal bug has been filed. PiperOrigin-RevId: 158529189
Diffstat (limited to 'src/test/shell')
-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 9650df0a4a..5baf41dde3 100755
--- a/src/test/shell/integration/discard_graph_edges_test.sh
+++ b/src/test/shell/integration/discard_graph_edges_test.sh
@@ -166,7 +166,8 @@ EOF
echo "$histo_file"
}
-function test_packages_cleared() {
+# TODO(b/62450749): This is flaky on CI, re-enable when we know what is wrong.
+function DISABLED_test_packages_cleared() {
local histo_file="$(prepare_histogram "--nodiscard_analysis_cache")"
local package_count="$(extract_histogram_count "$histo_file" \
'devtools\.build\.lib\..*\.Package$')"