From e9312b921ca555fe02c53e885cb2fef3330e46b7 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 5 Jun 2018 09:23:12 -0700 Subject: [PATCH] tests: Disable test-queue-worker-reload test. This test is low value (it's for testing a very specific feature/bug), is slow, and apparently flakes in CI occasionally. --- tools/travis/backend | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/travis/backend b/tools/travis/backend index ab2ffb5245..8543e6946b 100755 --- a/tools/travis/backend +++ b/tools/travis/backend @@ -22,7 +22,10 @@ set -x ./tools/test-api ./tools/test-locked-requirements ./tools/test-run-dev -./tools/test-queue-worker-reload + +# This test has been persistently flaky at like 1% frequency, is slow, +# and is for a very specific single feature, so we don't run it by default: +# ./tools/test-queue-worker-reload # NB: Everything here should be in `tools/test-all`. If there's a # reason not to run it there, it should be there as a comment