diff --git a/scripts/ci.sh b/scripts/ci.sh index 63793594a6..b8000521d5 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -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