test(docs-infra): ignore lazy loading examples in Ivy (#28685)
PR Close #28685
This commit is contained in:
parent
bc6c671e6b
commit
ac3dc3cfc6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue