ci: disable closure size tracking test (#38449)

We should define ngDevMode to false in Closure, but --define only works in the global scope.
With ngDevMode not being set to false, this size tracking test provides little value but a lot of
headache to continue updating the size.

PR Close #38449
This commit is contained in:
Andrew Scott 2020-08-13 11:03:31 -07:00
parent b769771d60
commit 945751e2e8
1 changed files with 4 additions and 1 deletions

View File

@ -53,7 +53,10 @@ INTEGRATION_TESTS = {
},
"dynamic-compiler": {"tags": ["no-ivy-aot"]},
"hello_world__closure": {
"commands": "payload_size_tracking",
# TODO: Re-enable the payload_size_tracking command:
# We should define ngDevMode to false in Closure, but --define only works in the global scope.
# With ngDevMode not being set to false, this size tracking test provides little value but a lot of
# headache to continue updating the size.
"tags": ["no-ivy-aot"],
},
"hello_world__systemjs_umd": {