mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

https://github.com/microsoft/playwright/issues/23907 This fixes the following scenario. You press Command + C during the test-execution, then a global teardown will execute, which takes a long time and before this on macOS did sometimes end up in an unwanted SIGINT received inside the globalTeardown handler. After this change this won't happen anymore.