Skip to content

Commit

Permalink
Update launcher.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov authored and JoelEinbinder committed Mar 5, 2019
1 parent 2d09621 commit 625294b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/launcher.spec.js
Expand Up @@ -152,7 +152,7 @@ module.exports.addTests = function({testRunner, expect, defaultBrowserOptions, p
await rmAsync(userDataDir).catch(e => {});
});
// This mysteriously fails on Windows on AppVeyor. See https://github.com/GoogleChrome/puppeteer/issues/4111
xit('userDataDir option should restore cookies', async ({server}) => {
xit('userDataDir option should restore cookies', async({server}) => {
const userDataDir = await mkdtempAsync(TMP_FOLDER);
const options = Object.assign({userDataDir}, defaultBrowserOptions);
const browser = await puppeteer.launch(options);
Expand Down

0 comments on commit 625294b

Please sign in to comment.