From 3db75b3f640f8ebe190eb7264e835397b1f3951e Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Wed, 31 Jan 2018 11:21:06 -0800 Subject: [PATCH] test(ivy): temp disable payload limit tests (#21940) PR Close #21940 --- integration/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"