diff --git a/integration/run_tests.sh b/integration/run_tests.sh index 2d2ec6484e..f096c6e760 100755 --- a/integration/run_tests.sh +++ b/integration/run_tests.sh @@ -19,7 +19,7 @@ rm_cache mkdir $cache trap rm_cache EXIT -for testDir in $(ls | grep -v node_modules) ; do +for testDir in $(ls | grep -Ev 'node_modules|render3') ; do [[ -d "$testDir" ]] || continue echo "#################################" echo "Running integration test $testDir"