test: disable `cli-hello-world-lazy-rollup` from ivy tests (#36989)

`cli-hello-world-lazy-rollup` fails on a bundle size check because Ivy and VE main-es2015 sizes are different

PR Close #36989
This commit is contained in:
Alan Agius 2020-05-12 16:05:31 +02:00 committed by Kara Erickson
parent bbd556ee9f
commit 24ec5235a0
2 changed files with 6 additions and 2 deletions

View File

@ -49,7 +49,7 @@
"master": { "master": {
"uncompressed": { "uncompressed": {
"runtime-es2015": 2289, "runtime-es2015": 2289,
"main-es2015": 223063, "main-es2015": 223603,
"polyfills-es2015": 36657, "polyfills-es2015": 36657,
"5-es2015": 779 "5-es2015": 779
} }

View File

@ -55,7 +55,11 @@ INTEGRATION_TESTS = {
# TODO: (FW-2165) cli-hello-world-lazy fails on a bundle size check with Ivy bundles # TODO: (FW-2165) cli-hello-world-lazy fails on a bundle size check with Ivy bundles
"tags": ["fixme-ivy-aot"], "tags": ["fixme-ivy-aot"],
}, },
"cli-hello-world-lazy-rollup": {"commands": "payload_size_tracking"}, "cli-hello-world-lazy-rollup": {
"commands": "payload_size_tracking",
# TODO: cli-hello-world-lazy-rollup fails on a bundle size check because Ivy and VE sizes are different
"tags": ["no-ivy-aot"],
},
"dynamic-compiler": {"tags": ["no-ivy-aot"]}, "dynamic-compiler": {"tags": ["no-ivy-aot"]},
"hello_world__closure": { "hello_world__closure": {
"commands": "payload_size_tracking", "commands": "payload_size_tracking",