Skip to content

Commit d8590f1

Browse files
authored
chore(ci): disable integration tests (#2653)
1 parent 1c4af82 commit d8590f1

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/microsoft-pr.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -127,21 +127,21 @@ jobs:
127127
permissions: {}
128128
uses: ./.github/workflows/microsoft-build-rntester.yml
129129

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
137137

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
145145

146146
all:
147147
name: "All"
@@ -154,8 +154,8 @@ jobs:
154154
- yarn-constraints
155155
- javascript-tests
156156
- 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
159159
if: always()
160160
steps:
161161
- name: All required jobs passed

0 commit comments

Comments
 (0)