Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
Summary:quick fix to get CI stable
Closes facebook#6271

Differential Revision: D3005703

fb-gh-sync-id: 88941f2bb058d65637a06a3710108cdf131c3bda
shipit-source-id: 88941f2bb058d65637a06a3710108cdf131c3bda
  • Loading branch information
bestander authored and Facebook Github Bot 1 committed Mar 3, 2016
1 parent 5ffeb97 commit 39409dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$!
Expand Down

0 comments on commit 39409dd

Please sign in to comment.