mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #8128 from abernix/feature/cleanup-old-ci-tests
Remove skipped CI tests which don't exist anymore
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
export TIMEOUT_SCALE_FACTOR=${TIMEOUT_SCALE_FACTOR:-15}
|
||||
|
||||
# Skip these tests always. Add other tests with ADDL_SELF_TEST_EXCLUDE.
|
||||
SELF_TEST_EXCLUDE="^can't publish package with colons|^old cli tests|^logs - logged (in|out)|^mongo - logged (in|out)|^minifiers can't register non-js|^minifiers: apps can't use|^compiler plugins - addAssets"
|
||||
SELF_TEST_EXCLUDE="^old cli tests|^minifiers can't register non-js|^minifiers: apps can't use|^compiler plugins - addAssets"
|
||||
|
||||
# If no SELF_TEST_EXCLUDE is defined, use those defined here by default
|
||||
if ! [ -z "$ADDL_SELF_TEST_EXCLUDE" ]; then
|
||||
|
||||
Reference in New Issue
Block a user