mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
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.
This commit is contained in:
@@ -22,7 +22,10 @@ set -x
|
|||||||
./tools/test-api
|
./tools/test-api
|
||||||
./tools/test-locked-requirements
|
./tools/test-locked-requirements
|
||||||
./tools/test-run-dev
|
./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
|
# 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
|
# reason not to run it there, it should be there as a comment
|
||||||
|
|||||||
Reference in New Issue
Block a user