From 2e1fec17f56ce2c3ae0505a95100e74d9d0bacbe Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 26 Sep 2017 20:21:43 +0300 Subject: [PATCH] ci(aio): temporarily disable aot-compiler example e2e tests (#19410) --- aio/tools/examples/run-example-e2e.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aio/tools/examples/run-example-e2e.js b/aio/tools/examples/run-example-e2e.js index c5e9ea735f..b38a974867 100644 --- a/aio/tools/examples/run-example-e2e.js +++ b/aio/tools/examples/run-example-e2e.js @@ -13,6 +13,8 @@ const SJS_SPEC_FILENAME = 'e2e-spec.ts'; const CLI_SPEC_FILENAME = 'e2e/app.e2e-spec.ts'; const EXAMPLE_CONFIG_FILENAME = 'example-config.json'; const IGNORED_EXAMPLES = [ // temporary ignores + 'aot-compiler', // Temporarily disabled until we figure out how to make it pass with the latest ngc. + 'toh-', 'quickstart', 'http',