Skip to content

Commit

Permalink
chore: disable firefox reconnection spec (puppeteer#7062)
Browse files Browse the repository at this point in the history
It's constantly failing on CQ - think there's an issue in Firefox
nightly.
  • Loading branch information
jackfranklin authored Apr 6, 2021
1 parent 30c7b3c commit 9633e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/launcher.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ describe('Launcher specs', function () {
}
);
// @see https://github.com/puppeteer/puppeteer/issues/6527
it('should be able to reconnect', async () => {
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 9633e6e

Please sign in to comment.