Skip to content

Commit 4b68d13

Browse files
committed
Disable validate-overrides for now
1 parent 1ba64fd commit 4b68d13

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

.ado/jobs/linting.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ jobs:
4848
- script: yarn lint
4949
displayName: yarn lint
5050

51-
- script: yarn validate-overrides
52-
displayName: yarn validate-overrides
53-
${{ if eq(parameters.buildEnvironment, 'Continuous') }}:
54-
env:
55-
PLATFORM_OVERRIDE_GITHUB_TOKEN: $(GitHubOAuthToken)
51+
# Disable while facebook/react-native -> react/react-native migration breaks CI
52+
# - script: yarn validate-overrides
53+
# displayName: yarn validate-overrides
54+
# ${{ if eq(parameters.buildEnvironment, 'Continuous') }}:
55+
# env:
56+
# PLATFORM_OVERRIDE_GITHUB_TOKEN: $(GitHubOAuthToken)
5657

5758
- script: npx unbroken -q --local-only --allow-local-line-sections
5859
displayName: check local links in .md files

.ado/jobs/macos-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
- script: yarn test
1919
displayName: yarn test
2020

21-
- script: yarn validate-overrides
22-
displayName: yarn validate-overrides
21+
# Disable while facebook/react-native -> react/react-native migration breaks CI
22+
# - script: yarn validate-overrides
23+
# displayName: yarn validate-overrides

0 commit comments

Comments
 (0)