@@ -127,21 +127,21 @@ jobs:
127
127
permissions : {}
128
128
uses : ./.github/workflows/microsoft-build-rntester.yml
129
129
130
- test- react-native-macos-init :
131
- name : " Test react-native-macos init "
132
- permissions : {}
133
- # https://github.com/microsoft/ react-native-macos/issues/2344
134
- # Run only for stable branches. Once nightlies are available, enable on main as well.
135
- if : ${{ endsWith(github.base_ref, '-stable') }}
136
- uses : ./.github/workflows/microsoft-test-react-native-macos-init.yml
130
+ # https://github.com/microsoft/ react-native-macos/issues/2344
131
+ # Disable these tests because verdaccio hangs
132
+ # test-react-native-macos-init:
133
+ # name: "Test react-native-macos init"
134
+ # permissions: {}
135
+ # if: ${{ endsWith(github.base_ref, '-stable') }}
136
+ # uses: ./.github/workflows/microsoft-test-react-native-macos-init.yml
137
137
138
- react-native-test-app-integration :
139
- name : " Test react-native-test-app integration "
140
- permissions : {}
141
- # https://github.com/microsoft/ react-native-macos/issues/2344
142
- # Run only for stable branches. Once nightlies are available, enable on main as well.
143
- if : ${{ endsWith(github.base_ref, '-stable') }}
144
- uses : ./.github/workflows/microsoft-react-native-test-app-integration.yml
138
+ # https://github.com/microsoft/ react-native-macos/issues/2344
139
+ # Disable these tests because verdaccio hangs
140
+ # react-native-test-app-integration:
141
+ # name: "Test react-native-test-app integration"
142
+ # permissions: {}
143
+ # if: ${{ endsWith(github.base_ref, '-stable') }}
144
+ # uses: ./.github/workflows/microsoft-react-native-test-app-integration.yml
145
145
146
146
all :
147
147
name : " All"
@@ -154,8 +154,8 @@ jobs:
154
154
- yarn-constraints
155
155
- javascript-tests
156
156
- build-rntester
157
- - test-react-native-macos-init
158
- - react-native-test-app-integration
157
+ # - test-react-native-macos-init
158
+ # - react-native-test-app-integration
159
159
if : always()
160
160
steps :
161
161
- name : All required jobs passed
0 commit comments