From acae63c409446365c397782593c8c20f101cb313 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Sat, 12 Mar 2022 01:14:56 -0700 Subject: [PATCH] test: skip fonts test on Windows (#12708) This test requires windows-specific test expectations. We'll use it as a playground for the rebaseline workflow. References #12707 --- tests/page/page-screenshot.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/page/page-screenshot.spec.ts b/tests/page/page-screenshot.spec.ts index f48225b868..482812f0aa 100644 --- a/tests/page/page-screenshot.spec.ts +++ b/tests/page/page-screenshot.spec.ts @@ -711,7 +711,8 @@ it.describe('page screenshot animations', () => { ]); }); - it('should respect fonts option', async ({ page, server }) => { + it('should respect fonts option', async ({ page, server, isWindows }) => { + it.fixme(isWindows, 'This requires a windows-specific test expectations. https://github.com/microsoft/playwright/issues/12707'); await page.setViewportSize({ width: 500, height: 500 }); let serverRequest, serverResponse; // Stall font loading.