File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 49
49
"master" : {
50
50
"uncompressed" : {
51
51
"runtime-es2015" : 2289 ,
52
- "main-es2015" : 223063 ,
52
+ "main-es2015" : 223603 ,
53
53
"polyfills-es2015" : 36657 ,
54
54
"5-es2015" : 779
55
55
}
Original file line number Diff line number Diff line change @@ -55,7 +55,11 @@ INTEGRATION_TESTS = {
55
55
# TODO: (FW-2165) cli-hello-world-lazy fails on a bundle size check with Ivy bundles
56
56
"tags" : ["fixme-ivy-aot" ],
57
57
},
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
+ },
59
63
"dynamic-compiler" : {"tags" : ["no-ivy-aot" ]},
60
64
"hello_world__closure" : {
61
65
"commands" : "payload_size_tracking" ,
You can’t perform that action at this time.
0 commit comments