mirror of https://github.com/zulip/zulip.git
Slack importer: Disable often-breaking test in CI.
This test randomly fails far too often in Travis -- I think more than all our other tests combined. It needs to be fixed before we can ask everyone to look at build failures it causes.
This commit is contained in:
parent
428134e54b
commit
73f682ad7a
|
@ -26,7 +26,6 @@ set -x
|
|||
./tools/test-run-dev
|
||||
./tools/test-queue-worker-reload
|
||||
|
||||
./tools/test-slack-importer
|
||||
# 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
|
||||
# explaining why.
|
||||
|
|
Loading…
Reference in New Issue