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:
Greg Price 2018-01-26 15:42:41 -08:00
parent 428134e54b
commit 73f682ad7a
1 changed files with 0 additions and 1 deletions

View File

@ -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.