mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
c67dfbbe42
Summary: On React Native macOS (I am not sure with the current state of React Native), the Xcode Unit and Integration tests are a bit flaky. Rather than set "retry on failure up to 3 times" through the pipeline config (in our case, Azure Pipelines), I realized my earlier PR to use Xcode test plans (https://github.com/facebook/react-native/pull/36443) means we can have Xcode retry the test. This should be faster than retrying it on the pipeline, because it retries just the failing test, not the entire "test" step. I did this on React Native macOS, so I'm doing it upstream so we can remove a diff. ## Changelog: [INTERNAL] [CHANGED] - Set `retryOnFailure` for Xcode Unit and Integration tests Pull Request resolved: https://github.com/facebook/react-native/pull/44642 Test Plan: CI should pass (faster) Reviewed By: cortinico Differential Revision: D57662523 Pulled By: cipolleschi fbshipit-source-id: 8de2ab0ea15ba4d38c3b5bf96108c0c7ff5e9f32 |
||
---|---|---|
.. | ||
__tests__ | ||
build | ||
circleci | ||
debugger-frontend | ||
e2e | ||
monorepo | ||
release-testing | ||
releases | ||
releases-ci | ||
releases-local | ||
utils | ||
.tests.env | ||
android-e2e-test.js | ||
consts.js | ||
lint-java.js | ||
npm-utils.js | ||
objc-test.sh | ||
process-podspecs.sh | ||
run-ci-javascript-tests.js | ||
scm-utils.js | ||
sync-css-layout.sh | ||
validate-ios-test-env.sh |