test(ivy): temp disable payload limit tests (#21940)

PR Close #21940
This commit is contained in:
Kara Erickson 2018-01-31 11:21:06 -08:00 committed by Jason Aden
parent db3e65fb17
commit 3db75b3f64
1 changed files with 1 additions and 1 deletions

View File

@ -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"