Skip to content

Commit

Permalink
test: disable flaky cookie test on Chromium Win (#2562)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgozman authored Jun 12, 2020
1 parent d4c4668 commit 9854438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/defaultbrowsercontext.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ describe('launchPersistentContext()', function() {
await removeUserDataDir(userDataDir);
await removeUserDataDir(userDataDir2);
});
it.slow()('should restore cookies from userDataDir', async({browserType, defaultBrowserOptions, server}) => {
it.slow().fail(CHROMIUM && WIN)('should restore cookies from userDataDir', async({browserType, defaultBrowserOptions, server}) => {
const userDataDir = await makeUserDataDir();
const browserContext = await browserType.launchPersistentContext(userDataDir, defaultBrowserOptions);
const page = await browserContext.newPage();
Expand Down

0 comments on commit 9854438

Please sign in to comment.