Skip to content

Commit 99953fa

Browse files
committed
ci: disable host crash reporter for iOS simulator tests
1 parent 01eb7cf commit 99953fa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/device-tests-ios.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
- name: Setup Environment
7272
uses: ./.github/actions/environment
7373

74+
- name: Disable host crash reporter
75+
# Avoids crash dialog popups and ReportCrash CPU overhead during simulator tests
76+
run: |
77+
launchctl unload -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist || true
78+
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist || true
79+
7480
- name: Build iOS Test App
7581
run: pwsh ./scripts/device-test.ps1 ios -Build
7682

0 commit comments

Comments
 (0)