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:
parent
bbd556ee9f
commit
24ec5235a0
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue