mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6aae713a18
Summary: E2E tests in OSS are expensive and flaky. They already prevented some broken changes to land on main, but as of today: - they are always green, so they are not bloking - nobody is looking at the reporting job - the reporting job takes a lot of time to run and prevent other useful signals to be available soon - it is expensive So we decide to disable them for the time being, while we iterate on those with Callstack and MSFT. ## Changelog: [Internal] - Disable E2E tests Pull Request resolved: https://github.com/facebook/react-native/pull/41153 Test Plan: CircleCI stays green Reviewed By: cortinico Differential Revision: D50552818 Pulled By: cipolleschi fbshipit-source-id: 7160a8074492c3c9a55485d8a17a6883eb4b35b5