From ec8b74da56667bdafecde20fb47c8070813adbed Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Sun, 3 Mar 2019 18:25:43 +0100 Subject: [PATCH] ci(docs-infra): re-enable systemjs JIT docs examples (#29083) With 63fb6c08cf1d69f912a0a4e9a28846d6e6985d04, the bug that required us to temporarily disable these two SystemJS JIT tests has been fixed. Therefore we can re-enable these tests. PR Close #29083 --- aio/tools/examples/run-example-e2e.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/aio/tools/examples/run-example-e2e.js b/aio/tools/examples/run-example-e2e.js index db89b0084d..f0c1f6770d 100644 --- a/aio/tools/examples/run-example-e2e.js +++ b/aio/tools/examples/run-example-e2e.js @@ -26,10 +26,6 @@ const IGNORED_EXAMPLES = [ const fixmeIvyExamples = [ // fixmeIvy('unknown') app fails at runtime due to missing external service (goog is undefined) '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) {