Skip to content

Commit

Permalink
Revert "chore: enable firefox reconnection spec (#7114)"
Browse files Browse the repository at this point in the history
This reverts commit 49a54cf.
  • Loading branch information
jschfflr committed Apr 28, 2021
1 parent ad6b736 commit 83d6784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/launcher.spec.ts
Expand Up @@ -587,7 +587,8 @@ describe('Launcher specs', function () {
await browserOne.close();
}
);
it('should be able to reconnect', async () => {
// @see https://github.com/puppeteer/puppeteer/issues/6527
itFailsFirefox('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 83d6784

Please sign in to comment.