ci: Disable casper tests in ci due to flaky behaviour.

This commit is contained in:
Aman Agrawal
2020-05-14 00:45:24 +05:30
committed by Tim Abbott
parent 7f9207c6b7
commit 1a8798d9c5

View File

@@ -15,8 +15,17 @@ set -x
PYTHONWARNINGS=ignore ./tools/check-capitalization --no-generate
PYTHONWARNINGS=ignore ./tools/check-frontend-i18n --no-generate
# Run the slower Casper tests last
./tools/test-js-with-casper --xunit-export
# Disabled because of the frequently flaky
# behaviour of it.
# General pattern of the flaky failure is
#
# FAIL "#zhome" never appeared in 5000ms
# type: uncaughtError
# file: /home/circleci/zulip/frontend_tests/casper_tests/04-compose.js
# error: "#zhome" never appeared in 5000ms
# stack: not provided
#
# ./tools/test-js-with-casper --xunit-export
# 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