Skip to content

Commit

Permalink
chore: enable cookie restoration test (#8909)
Browse files Browse the repository at this point in the history
Closes #4111
  • Loading branch information
OrKoN committed Sep 7, 2022
1 parent 0c577b9 commit 8b3caae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/src/launcher.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,7 @@ describe('Launcher specs', function () {
// This might throw. See https://github.com/puppeteer/puppeteer/issues/2778
await rmAsync(userDataDir).catch(() => {});
});
// This mysteriously fails on Windows on AppVeyor. See
// https://github.com/puppeteer/puppeteer/issues/4111
xit('userDataDir option should restore cookies', async () => {
it('userDataDir option should restore cookies', async () => {
const {server, puppeteer, defaultBrowserOptions} = getTestState();

const userDataDir = await mkdtempAsync(TMP_FOLDER);
Expand Down

0 comments on commit 8b3caae

Please sign in to comment.