From 0d3e34d0be60ecda6a3649d485749220fb41e6a3 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Tue, 11 Feb 2025 21:08:38 -0500 Subject: [PATCH] test: disable unexpectedly quit dialog on macOS (#45553) * test: disable unexpectedly quit dialog on macOS * test: take screenshot before keyboard lock test * Revert "test: take screenshot before keyboard lock test" This reverts commit 3ba5c6984f2946b93a74c24fe79ff346af3ea4a4. --- .github/workflows/pipeline-segment-electron-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pipeline-segment-electron-test.yml b/.github/workflows/pipeline-segment-electron-test.yml index 42e6675f2412..b50e7013f938 100644 --- a/.github/workflows/pipeline-segment-electron-test.yml +++ b/.github/workflows/pipeline-segment-electron-test.yml @@ -113,6 +113,9 @@ jobs: configure_sys_tccdb "$values" fi done + - name: Turn off the unexpectedly quit dialog on macOS + if: ${{ inputs.target-platform == 'macos' }} + run: defaults write com.apple.CrashReporter DialogType server - name: Checkout Electron uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: