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) {