mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ad18f811fe
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38894 This diff introduces a script `run_with_retry` that we can apply to single commands in order to mitigate the flakiness. This can be useful when networking is involved, to retry installing some dependencies, or for example with some e2e/integration tests. The diff applies this rerun to the iOS tests so we mitigate failures in CI. ## Changelog: [Internal] - Add script to retry CI steps and mitigate iOS flakyness. Reviewed By: cortinico Differential Revision: D48189365 fbshipit-source-id: a0e115754bcdb8f8353bb5f070163f8cf8f7c9cf