diff --git a/aio/tools/examples/run-example-e2e.js b/aio/tools/examples/run-example-e2e.js index 27bba29d50..9245168b2f 100644 --- a/aio/tools/examples/run-example-e2e.js +++ b/aio/tools/examples/run-example-e2e.js @@ -22,7 +22,11 @@ const IGNORED_EXAMPLES = [ const fixmeIvyExamples = [ // fixmeIvy('unknown') app fails at runtime due to missing external service (goog is undefined) - 'i18n' + 'i18n', + // fixmeIvy('unknown') JIT app fails with external resources not loaded. + 'upgrade-phonecat-2-hybrid', + // fixmeIvy('unknown') JIT app fails with external resources not loaded. + 'upgrade-phonecat-3-final', ]; if (argv.ivy) {