From 893941e11601f03bbb26e76fcc99daa0856a38b9 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Mon, 16 Jan 2017 05:26:47 -0800 Subject: [PATCH] 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 --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index ebf20908470..7a8d44202df 100644 --- a/circle.yml +++ b/circle.yml @@ -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