another fix

Summary:quick fix to get CI stable
Closes https://github.com/facebook/react-native/pull/6271

Differential Revision: D3005703

fb-gh-sync-id: 88941f2bb058d65637a06a3710108cdf131c3bda
shipit-source-id: 88941f2bb058d65637a06a3710108cdf131c3bda
This commit is contained in:
Konstantin Raev 2016-03-03 05:40:00 -08:00 committed by Facebook Github Bot 1
parent 5ffeb9764c
commit 39409dda2d
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ cd EndToEndTest/ios
# Make sure we installed local version of react-native # Make sure we installed local version of react-native
ls EndToEndTest/`basename $MARKER` > /dev/null 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 & ../node_modules/react-native/packager/packager.sh --nonPersistent &
SERVER_PID=$! SERVER_PID=$!