Skip to content

Commit 6ad1be2

Browse files
committed
disable test execution for catalyst
1 parent 40d1bc1 commit 6ad1be2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/abtesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
test: false
8585
- os: catalyst
8686
device: localhost
87-
test: true
87+
test: false # disabled due to a permissions error on launch (OSStatus -54).
8888
env:
8989
SETUP: abtesting
9090
SPM: true

.github/workflows/analytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
device: iPhone 16
4040
- os: catalyst
4141
device: localhost
42+
test: false # disabled due to a permissions error on launch (OSStatus -54).
4243
- os: tvOS
4344
device: Apple TV 4K (3rd generation) (at 1080p)
4445
scheme: AnalyticsExampleTV
@@ -50,7 +51,6 @@ jobs:
5051
LEGACY: false
5152
OS: ${{ matrix.os }}
5253
DEVICE: ${{ matrix.device }}
53-
TEST: true
5454
SCHEME: ${{ matrix.scheme }}
5555
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
5656
steps:

0 commit comments

Comments
 (0)