ci: Disable test-run-dev.

This test doesn’t catch many bugs and is known to be flaky.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2020-03-26 19:14:02 -07:00
committed by Tim Abbott
parent a6624f04db
commit 006a69c912

View File

@@ -26,7 +26,7 @@ set -x
./tools/test-help-documentation --skip-external-links ./tools/test-help-documentation --skip-external-links
./tools/test-api ./tools/test-api
./tools/test-locked-requirements ./tools/test-locked-requirements
./tools/test-run-dev # ./tools/test-run-dev # https://github.com/zulip/zulip/pull/14233
# This test has been persistently flaky at like 1% frequency, is slow, # 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: # and is for a very specific single feature, so we don't run it by default: