Skip to content

Commit 5fc42be

Browse files
committed
Disabling JSC tests
1 parent df1c5b0 commit 5fc42be

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
platform: ['android', 'ios']
306306
build-type: ['production']
307307
ios-use-frameworks: ['no'] # test only no framworks
308-
engine: ['hermes', 'jsc']
308+
engine: ['hermes']
309309
include:
310310
- platform: ios
311311
rn-version: '0.81.0'
@@ -319,11 +319,6 @@ jobs:
319319
# exclude all rn versions lower than 0.80.0 for new architecture
320320
- rn-version: '0.71.11'
321321
rn-architecture: 'new'
322-
# e2e test only the default combinations
323-
- rn-version: '0.71.11'
324-
engine: 'hermes'
325-
- rn-version: '0.81.0'
326-
engine: 'jsc'
327322

328323
steps:
329324
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)