From 6ad1be220bb98452931d423a0448478a0bf6d490 Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Wed, 15 Jan 2025 14:55:31 -0800 Subject: [PATCH] disable test execution for catalyst --- .github/workflows/abtesting.yml | 2 +- .github/workflows/analytics.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/abtesting.yml b/.github/workflows/abtesting.yml index a943401c2..9099026a0 100644 --- a/.github/workflows/abtesting.yml +++ b/.github/workflows/abtesting.yml @@ -84,7 +84,7 @@ jobs: test: false - os: catalyst device: localhost - test: true + test: false # disabled due to a permissions error on launch (OSStatus -54). env: SETUP: abtesting SPM: true diff --git a/.github/workflows/analytics.yml b/.github/workflows/analytics.yml index d3178eb8c..6aecc47d4 100644 --- a/.github/workflows/analytics.yml +++ b/.github/workflows/analytics.yml @@ -39,6 +39,7 @@ jobs: device: iPhone 16 - os: catalyst device: localhost + test: false # disabled due to a permissions error on launch (OSStatus -54). - os: tvOS device: Apple TV 4K (3rd generation) (at 1080p) scheme: AnalyticsExampleTV @@ -50,7 +51,6 @@ jobs: LEGACY: false OS: ${{ matrix.os }} DEVICE: ${{ matrix.device }} - TEST: true SCHEME: ${{ matrix.scheme }} DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer steps: