From f2b34917055e6a6dce76b1b1cd1068a87eb657d2 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 21 Jun 2022 14:51:23 -0700 Subject: [PATCH] test: skip page-click-scroll on linux headed too (#15025) --- tests/page/page-click-scroll.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/page/page-click-scroll.spec.ts b/tests/page/page-click-scroll.spec.ts index 0dec9bb44d..5e0e6b512f 100644 --- a/tests/page/page-click-scroll.spec.ts +++ b/tests/page/page-click-scroll.spec.ts @@ -16,9 +16,9 @@ import { test as it } from './pageTest'; -it('should not hit scroll bar', async ({ page, isAndroid, browserName, platform, headless }) => { +it('should not hit scroll bar', async ({ page, isAndroid, browserName, platform }) => { it.fixme(browserName === 'webkit' && platform === 'darwin'); - it.fixme(browserName === 'webkit' && platform === 'linux' && headless); + it.fixme(browserName === 'webkit' && platform === 'linux', 'Fails in headless and in headful on Ubuntu 22.04'); it.skip(isAndroid); await page.setContent(`