Switch to test.skip message

This commit is contained in:
Adam Gastineau 2025-01-24 08:26:27 -08:00
parent 630802f0c2
commit d235e66bd7

View file

@ -1677,8 +1677,7 @@ test('should show only one pointer with multilevel iframes', async ({ page, runA
});
test('should show a popover', async ({ runAndTrace, page, server, platform, browserName, macVersion }) => {
// WebKit on macOS 13.7 reliably fails on this test for some reason
test.skip(platform === 'darwin' && macVersion === 13 && browserName === 'webkit');
test.skip(platform === 'darwin' && macVersion === 13 && browserName === 'webkit', 'WebKit on macOS 13.7 reliably fails on this test for some reason');
const traceViewer = await runAndTrace(async () => {
await page.setContent(`
<button popovertarget="pop">Click me</button>