From d072d864383a3e4c1f826ea5da1d4734ccdab44d Mon Sep 17 00:00:00 2001 From: Rotem M Date: Tue, 3 Oct 2017 11:57:26 +0300 Subject: [PATCH] Removed fbsimctl and tests dependent on it in CI --- .travis.yml | 2 -- detox/test/e2e/o-location.js | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e91789463..c0c40fb5bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,7 @@ env: - NODE_VERSION=stable install: - brew install yarn -- brew tap facebook/fb - export CODE_SIGNING_REQUIRED=NO -- brew install fbsimctl --HEAD - brew tap wix/brew - brew install applesimutils --HEAD - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash diff --git a/detox/test/e2e/o-location.js b/detox/test/e2e/o-location.js index c7ed469056..aecb64b4fb 100644 --- a/detox/test/e2e/o-location.js +++ b/detox/test/e2e/o-location.js @@ -1,5 +1,6 @@ const exec = require('child-process-promise').exec; +//TODO: Ignoring the test in CI until fbsimctl supports Xcode 9 async function isFbsimctlInstalled() { try { await exec(`which fbsimctl`);