Skip to content

Commit

Permalink
test(ivy): temp disable payload limit tests (angular#21940)
Browse files Browse the repository at this point in the history
PR Close angular#21940
  • Loading branch information
kara authored and jbogarthyde committed Feb 23, 2018
1 parent 6851568 commit 41d29b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 41d29b0

Please sign in to comment.