Skip to content

Commit

Permalink
Temporarily disable Cocoapods Catalyst CI tests
Browse files Browse the repository at this point in the history
These will continue failing until
CocoaPods/CocoaPods#10224 is fixed and it isn't very
useful to have it run on every PR until then.
  • Loading branch information
tgoyne committed Jan 20, 2021
1 parent e4bfd7c commit 0f615a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .jenkins.yml
Expand Up @@ -37,7 +37,6 @@ target:
- cocoapods-ios
- cocoapods-ios-dynamic
- cocoapods-watchos
- cocoapods-catalyst
configuration:
- N/A

Expand Down Expand Up @@ -267,12 +266,3 @@ exclude:

- xcode_version: 12.2
target: cocoapods-watchos

- xcode_version: 11.7
target: cocoapods-catalyst

- xcode_version: 12.1
target: cocoapods-catalyst

- xcode_version: 12.2
target: cocoapods-catalyst
2 changes: 1 addition & 1 deletion scripts/pr-ci-matrix.rb
Expand Up @@ -46,7 +46,7 @@ def minimum_version(major)
'cocoapods-ios' => oldest_and_latest,
'cocoapods-ios-dynamic' => oldest_and_latest,
'cocoapods-watchos' => oldest_and_latest,
'cocoapods-catalyst' => oldest_and_latest,
# 'cocoapods-catalyst' => oldest_and_latest,
}

output_file = """
Expand Down

0 comments on commit 0f615a8

Please sign in to comment.