From 25343377820b65409b646b44bc8e9bc9fbb51c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Wold=C5=99ich?= <31292499+krystofwoldrich@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:18:44 +0100 Subject: [PATCH] chore(ci): Temporarily disable new arch E2E test on ios (#3513) --- .github/workflows/e2e.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b4f850fb7..d9047f808 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 }}