From 945751e2e87f0adc7ce5248509681f56ffefaa54 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Thu, 13 Aug 2020 11:03:31 -0700 Subject: [PATCH] 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 --- integration/BUILD.bazel | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/integration/BUILD.bazel b/integration/BUILD.bazel index b352583c40..3e43c6ef34 100644 --- a/integration/BUILD.bazel +++ b/integration/BUILD.bazel @@ -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": {