test: skip another permission tests on Debian 11 (#36198)

This commit is contained in:
Max Schmitt 2025-06-04 14:44:17 +01:00 committed by GitHub
parent 5659432229
commit 5f2e74ac6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ it.describe('permissions', () => {
it('should isolate permissions between browser contexts', async ({ server, browser, browserName, isMac, macVersion }) => {
it.skip(browserName === 'webkit' && isMac && macVersion === 13, 'WebKit on macOS 13 is frozen.');
it.skip(hostPlatform.startsWith('debian11'), 'WebKit on Debian 11 is frozen.');
const context = await browser.newContext();
const page = await context.newPage();