diff --git a/aio/tools/examples/run-example-e2e.js b/aio/tools/examples/run-example-e2e.js index 7ae43f4e53..03b0ca9b6d 100644 --- a/aio/tools/examples/run-example-e2e.js +++ b/aio/tools/examples/run-example-e2e.js @@ -34,6 +34,10 @@ const fixmeIvyExamples = [ 'i18n' ]; +if (argv.ivy) { + IGNORED_EXAMPLES.push(...fixmeIvyExamples); +} + /** * Run Protractor End-to-End Tests for Doc Samples *