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 6ad1be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .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 All @@ -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:
Expand Down

0 comments on commit 6ad1be2

Please sign in to comment.