Skip to content

Commit

Permalink
disable test execution for catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Jan 15, 2025
1 parent 40d1bc1 commit a4a1884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4a1884

Please sign in to comment.