From 3da1f73f1d02d6006cf0c578cb18ee68417dbce6 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Mon, 16 Nov 2020 10:15:22 -0800 Subject: [PATCH] test(chromium): disable large screenshot test (#4446) --- test/page-screenshot.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/page-screenshot.spec.ts b/test/page-screenshot.spec.ts index aece541c94..5de104fe77 100644 --- a/test/page-screenshot.spec.ts +++ b/test/page-screenshot.spec.ts @@ -298,8 +298,9 @@ describe('page screenshot', (suite, { browserName, headful }) => { expect([buffer[0], buffer[1], buffer[2]]).toEqual([0xFF, 0xD8, 0xFF]); }); - it('should work with large size', test => { + it('should work with large size', (test, {browserName, headful, platform}) => { test.slow('Large screenshot is slow'); + test.fixme(browserName === 'chromium' && headful === true && platform === 'linux', 'Chromium has gpu problems on linux with large screnshots'); }, async ({ page }) => { await page.setViewportSize({ width: 1280, height: 800 }); await page.evaluate(() => {