test: mark "headless should be able to read cookies written by headful" as flaky on firefox (#3673)

This commit is contained in:
Dmitry Gozman 2020-08-28 10:38:13 -07:00 committed by GitHub
parent 744af78dc2
commit 4386cd4e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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