From 1c62dcc8a53434b6aa4d7b62cd0339b35c824a6a Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Fri, 2 Dec 2016 16:13:15 +0200 Subject: [PATCH] Remove skipped CI tests which don't exist anymore Removing thest tests which aren't defined anywhere anymore but the exceptions to skip them are still in place: * ^mongo - logged (in|out) * ^logs - logged (in|out) * ^can't publish package with colons --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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