Re-enable Android e2e test
Summary: Tests were temporarily disabled in https://github.com/facebook/react-native/pull/11894 This should fix them and has landed: https://github.com/facebook/react-native/pull/11896 **Test Plan** CircleCI tests on this PR. If they pass, merge this. Closes https://github.com/facebook/react-native/pull/11918 Differential Revision: D4421029 Pulled By: bestander fbshipit-source-id: 80761a3bfe59ee73deeea4dc174d7e5233b54461
This commit is contained in:
parent
ae4fa4b012
commit
893941e116
|
@ -76,7 +76,7 @@ test:
|
|||
- node ./scripts/run-android-ci-instrumentation-tests.js --retries 3 --path ./ReactAndroid/src/androidTest/java/com/facebook/react/tests --package com.facebook.react.tests
|
||||
|
||||
# Android e2e test
|
||||
# - source scripts/circle-ci-android-setup.sh && retry3 node ./scripts/run-ci-e2e-tests.js --android --js --retries 2
|
||||
- source scripts/circle-ci-android-setup.sh && retry3 node ./scripts/run-ci-e2e-tests.js --android --js --retries 2
|
||||
|
||||
# testing docs generation
|
||||
- cd website && npm test
|
||||
|
|
Loading…
Reference in New Issue