Skip to content

Commit

Permalink
chore: enable firefox reconnection spec (#7114)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Apr 22, 2021
1 parent 0fa0a34 commit 49a54cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/launcher.spec.ts
Expand Up @@ -587,8 +587,7 @@ describe('Launcher specs', function () {
await browserOne.close();
}
);
// @see https://github.com/puppeteer/puppeteer/issues/6527
itFailsFirefox('should be able to reconnect', async () => {
it('should be able to reconnect', async () => {
const { puppeteer, server } = getTestState();
const browserOne = await puppeteer.launch();
const browserWSEndpoint = browserOne.wsEndpoint();
Expand Down

0 comments on commit 49a54cf

Please sign in to comment.