From 66b809a8e6710d9464943d5e993e2fd7e86dc1fe Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 25 Jan 2021 15:32:12 -0800 Subject: [PATCH] Temporarily disable Cocoapods Catalyst CI tests (#7059) These will continue failing until https://github.com/CocoaPods/CocoaPods/pull/10224 is fixed and it isn't very useful to have it run on every PR until then. --- .jenkins.yml | 10 ---------- scripts/pr-ci-matrix.rb | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.jenkins.yml b/.jenkins.yml index 738d481caf..31e6c9fe4b 100644 --- a/.jenkins.yml +++ b/.jenkins.yml @@ -37,7 +37,6 @@ target: - cocoapods-ios - cocoapods-ios-dynamic - cocoapods-watchos - - cocoapods-catalyst configuration: - N/A @@ -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 diff --git a/scripts/pr-ci-matrix.rb b/scripts/pr-ci-matrix.rb index 218ea624e9..5486a9f371 100755 --- a/scripts/pr-ci-matrix.rb +++ b/scripts/pr-ci-matrix.rb @@ -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 = """