ci(aio): temporarily disable aot-compiler example e2e tests (#19410)

This commit is contained in:
George Kalpakas 2017-09-26 20:21:43 +03:00 committed by Victor Berchet
parent f9b0863c8a
commit 2e1fec17f5
1 changed files with 2 additions and 0 deletions

View File

@ -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',