Skip to content

Commit 4e2c084

Browse files
hramosfacebook-github-bot
authored andcommitted
Comment out failing buck install command
Summary: Workaround for #15726. Closes #15817 Differential Revision: D5767831 Pulled By: hramos fbshipit-source-id: f0324ed4052007648ac23f9015069a97f005d19b
1 parent 75850b9 commit 4e2c084

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

circle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ test:
7676
# integration tests
7777
# build JS bundle for instrumentation tests
7878
- 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
79+
7980
# build test APK
80-
- buck install ReactAndroid/src/androidTest/buck-runner:instrumentation-tests --config build.threads=1
81+
# Commented out due to test failures. Please uncomment the next line once these have been fixed. See Issue #15726.
82+
# - buck install ReactAndroid/src/androidTest/buck-runner:instrumentation-tests --config build.threads=1
83+
8184
# run installed apk with tests
8285
# - node ./scripts/run-android-ci-instrumentation-tests.js --retries 3 --path ./ReactAndroid/src/androidTest/java/com/facebook/react/tests --package com.facebook.react.tests
8386

0 commit comments

Comments
 (0)