Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/tests_others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ jobs:
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
fi
shell: bash
# Prevent stalling when macOS decides to show the reopen windows prompt after killing enough Electron processes.
- name: Turn off the reopen windows prompt on macOS
if: ${{ matrix.os == 'macos-latest' }}
run: defaults write com.github.Electron ApplePersistenceIgnoreState YES
shell: bash
- uses: ./.github/actions/run-test
with:
browsers-to-install: chromium
Expand Down
Loading