Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24ec523

Browse files
alan-agius4kara
authored andcommitted
test: disable cli-hello-world-lazy-rollup from ivy tests (angular#36989)
`cli-hello-world-lazy-rollup` fails on a bundle size check because Ivy and VE main-es2015 sizes are different PR Close angular#36989
1 parent bbd556e commit 24ec523

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

goldens/size-tracking/integration-payloads.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"master": {
5050
"uncompressed": {
5151
"runtime-es2015": 2289,
52-
"main-es2015": 223063,
52+
"main-es2015": 223603,
5353
"polyfills-es2015": 36657,
5454
"5-es2015": 779
5555
}

integration/BUILD.bazel

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ INTEGRATION_TESTS = {
5555
# TODO: (FW-2165) cli-hello-world-lazy fails on a bundle size check with Ivy bundles
5656
"tags": ["fixme-ivy-aot"],
5757
},
58-
"cli-hello-world-lazy-rollup": {"commands": "payload_size_tracking"},
58+
"cli-hello-world-lazy-rollup": {
59+
"commands": "payload_size_tracking",
60+
# TODO: cli-hello-world-lazy-rollup fails on a bundle size check because Ivy and VE sizes are different
61+
"tags": ["no-ivy-aot"],
62+
},
5963
"dynamic-compiler": {"tags": ["no-ivy-aot"]},
6064
"hello_world__closure": {
6165
"commands": "payload_size_tracking",

0 commit comments

Comments
 (0)