test(docs-infra): ignore lazy loading examples in Ivy (#28685)

PR Close #28685
This commit is contained in:
Filipe Silva 2019-04-09 11:36:23 +01:00 committed by Alex Rickabaugh
parent bc6c671e6b
commit ac3dc3cfc6
1 changed files with 5 additions and 0 deletions

View File

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