chore: enable firefox reconnection spec (#7114)
This commit is contained in:
parent
0fa0a34802
commit
49a54cfc93
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user