From 4386cd4e7f8692b67f47bd8faf9aadaf00e41389 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Fri, 28 Aug 2020 10:38:13 -0700 Subject: [PATCH] test: mark "headless should be able to read cookies written by headful" as flaky on firefox (#3673) --- test/headful.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/headful.spec.ts b/test/headful.spec.ts index aaefa8ef8d..8d5cb7d440 100644 --- a/test/headful.spec.ts +++ b/test/headful.spec.ts @@ -26,7 +26,7 @@ it('should have default url when launching browser', async ({browserType, defaul await browserContext.close(); }); -it.fail(WIN && options.CHROMIUM).slow()('headless should be able to read cookies written by headful', async ({browserType, defaultBrowserOptions, server}) => { +it.fail(WIN && options.CHROMIUM).flaky(options.FIREFOX).slow()('headless should be able to read cookies written by headful', async ({browserType, defaultBrowserOptions, server}) => { // see https://github.com/microsoft/playwright/issues/717 const userDataDir = await makeUserDataDir(); // Write a cookie in headful chrome