mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: disable firefox reconnection spec (#7062)
It's constantly failing on CQ - think there's an issue in Firefox nightly.
This commit is contained in:
parent
30c7b3c462
commit
9633e6e392
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user