Skip to content

Commit 5848915

Browse files
committed
Disable test-hermes-ios
1 parent 8df421d commit 5848915

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -343,12 +343,12 @@ workflows:
343343
requires:
344344
- lint
345345
- test-js
346-
- test-hermes-ios:
347-
matrix:
348-
parameters:
349-
react-native-version: ['0.68']
350-
requires:
351-
- test-ios-<< matrix.react-native-version >>
346+
# - test-hermes-ios:
347+
# matrix:
348+
# parameters:
349+
# react-native-version: ['0.68']
350+
# requires:
351+
# - test-ios-<< matrix.react-native-version >>
352352
- test-hermes-android:
353353
matrix:
354354
parameters:

0 commit comments

Comments
 (0)