ci(aio): temporarily disable aot-compiler example e2e tests (#19410)
This commit is contained in:
parent
f9b0863c8a
commit
2e1fec17f5
|
@ -13,6 +13,8 @@ const SJS_SPEC_FILENAME = 'e2e-spec.ts';
|
|||
const CLI_SPEC_FILENAME = 'e2e/app.e2e-spec.ts';
|
||||
const EXAMPLE_CONFIG_FILENAME = 'example-config.json';
|
||||
const IGNORED_EXAMPLES = [ // temporary ignores
|
||||
'aot-compiler', // Temporarily disabled until we figure out how to make it pass with the latest ngc.
|
||||
|
||||
'toh-',
|
||||
'quickstart',
|
||||
'http',
|
||||
|
|
Loading…
Reference in New Issue