diff --git a/.circleci/config.yml b/.circleci/config.yml index 30d1e1d7814..7cf18599cbe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -507,15 +507,15 @@ jobs: node ./scripts/run-ci-e2e-tests.js --js --retries 3 when: always - - run: - name: Run iOS End-to-End Tests - command: | - # free up port 8081 for the packager before running tests - set +eo pipefail - lsof -i tcp:8081 | awk 'NR!=1 {print $2}' | xargs kill - set -eo pipefail - node ./scripts/run-ci-e2e-tests.js --ios --retries 3; - when: always + # - run: + # name: Run iOS End-to-End Tests + # command: | + # # free up port 8081 for the packager before running tests + # set +eo pipefail + # lsof -i tcp:8081 | awk 'NR!=1 {print $2}' | xargs kill + # set -eo pipefail + # node ./scripts/run-ci-e2e-tests.js --ios --retries 3; + # when: always # -------------------------