test(docs-infra): temporarily disable the 'upgrade-phonecat-2-hybrid' docs example test (#36944)
This is due to issue described in: https://github.com/angular/angular/issues/36957 This commit works around the problem rather than trying to solve it in order to unblock the big APF v10 change. PR Close #36944
This commit is contained in:
parent
9bde1be5a4
commit
6fa36e387f
|
@ -23,7 +23,7 @@ const DEFAULT_CLI_EXAMPLE_PORT = 4200;
|
||||||
const DEFAULT_CLI_SPECS_CONCURRENCY = 1;
|
const DEFAULT_CLI_SPECS_CONCURRENCY = 1;
|
||||||
const IGNORED_EXAMPLES = [
|
const IGNORED_EXAMPLES = [
|
||||||
// temporary ignores
|
// temporary ignores
|
||||||
|
'upgrade-phonecat-2-hybrid' // https://github.com/angular/angular/issues/36957
|
||||||
];
|
];
|
||||||
|
|
||||||
const fixmeIvyExamples = [
|
const fixmeIvyExamples = [
|
||||||
|
|
Loading…
Reference in New Issue