Skip to content

Commit a4a1884

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 & 0 deletions
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

0 commit comments

Comments
 (0)