diff --git a/test/launcher.spec.ts b/test/launcher.spec.ts index 1a56b5428e536..864cebdaa0c7c 100644 --- a/test/launcher.spec.ts +++ b/test/launcher.spec.ts @@ -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();