mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
ci: Disable casper tests in ci due to flaky behaviour.
This commit is contained in:
@@ -15,8 +15,17 @@ set -x
|
|||||||
PYTHONWARNINGS=ignore ./tools/check-capitalization --no-generate
|
PYTHONWARNINGS=ignore ./tools/check-capitalization --no-generate
|
||||||
PYTHONWARNINGS=ignore ./tools/check-frontend-i18n --no-generate
|
PYTHONWARNINGS=ignore ./tools/check-frontend-i18n --no-generate
|
||||||
|
|
||||||
# Run the slower Casper tests last
|
# Disabled because of the frequently flaky
|
||||||
./tools/test-js-with-casper --xunit-export
|
# 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
|
# 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