From 4a67fee8bd2aec56be24f2ed935ee1d61c6cb322 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich Date: Wed, 10 Jan 2024 11:06:26 +0100 Subject: [PATCH] chore(ci): Temporarily disable new arch E2E test on ios --- .github/workflows/e2e.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b4f850fb76..d9047f808b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -410,6 +410,10 @@ jobs: engine: 'hermes' - rn-version: '0.72.4' engine: 'jsc' + # E2E timeout due to a race condition https://github.com/facebook/react-native/issues/42123#issuecomment-1881203719 + - rn-version: '0.73.2' + platform: 'ios' + rn-architecture: 'new' env: PLATFORM: ${{ matrix.platform }} DEVICE: ${{ matrix.device }}