From ac3dc3cfc6925af10fffd37e026554806c04ec4f Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Tue, 9 Apr 2019 11:36:23 +0100 Subject: [PATCH] test(docs-infra): ignore lazy loading examples in Ivy (#28685) PR Close #28685 --- aio/tools/examples/run-example-e2e.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/tools/examples/run-example-e2e.js b/aio/tools/examples/run-example-e2e.js index f0c1f6770d..e420b7752b 100644 --- a/aio/tools/examples/run-example-e2e.js +++ b/aio/tools/examples/run-example-e2e.js @@ -26,6 +26,11 @@ const IGNORED_EXAMPLES = [ const fixmeIvyExamples = [ // fixmeIvy('unknown') app fails at runtime due to missing external service (goog is undefined) 'i18n', + // Needs a Angular CLI synced with the Ivy loadChildren: string support after + // https://github.com/angular/angular/pull/28685 + 'lazy-loading-ngmodules', + 'router', + 'ngmodules', ]; if (argv.ivy) {