diff --git a/circle.yml b/circle.yml index 69807fb49..cae412685 100644 --- a/circle.yml +++ b/circle.yml @@ -76,8 +76,11 @@ test: # integration tests # build JS bundle for instrumentation tests - node local-cli/cli.js bundle --max-workers 1 --platform android --dev true --entry-file ReactAndroid/src/androidTest/js/TestBundle.js --bundle-output ReactAndroid/src/androidTest/assets/AndroidTestBundle.js + # build test APK - - buck install ReactAndroid/src/androidTest/buck-runner:instrumentation-tests --config build.threads=1 + # Commented out due to test failures. Please uncomment the next line once these have been fixed. See Issue #15726. + # - buck install ReactAndroid/src/androidTest/buck-runner:instrumentation-tests --config build.threads=1 + # run installed apk with tests # - node ./scripts/run-android-ci-instrumentation-tests.js --retries 3 --path ./ReactAndroid/src/androidTest/java/com/facebook/react/tests --package com.facebook.react.tests