From 0b19589cdd1bbf622c99058e0008ec06a2e1240e Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:49:05 +0100 Subject: [PATCH] test(e2e): Return new architecture (#4246) --- .github/workflows/e2e.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b002b9a89..f043c9847 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -326,10 +326,7 @@ jobs: engine: 'hermes' - rn-version: '0.76.0' engine: 'jsc' - # E2E timeout due to a race condition https://github.com/facebook/react-native/issues/42123#issuecomment-1881203719 - - rn-version: '0.76.0' - platform: 'ios' - rn-architecture: 'new' + steps: - uses: actions/checkout@v4