diff --git a/scripts/e2e-test.sh b/scripts/e2e-test.sh index 5cfdc65cf..dc90ceb58 100755 --- a/scripts/e2e-test.sh +++ b/scripts/e2e-test.sh @@ -68,7 +68,8 @@ cd EndToEndTest/ios # Make sure we installed local version of react-native ls EndToEndTest/`basename $MARKER` > /dev/null -flow --retries 10 +# disabling temporarily, flow is not isntalled globally anymore +# npm run flow --retries 10 ../node_modules/react-native/packager/packager.sh --nonPersistent & SERVER_PID=$!