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:
Jack Franklin 2021-04-06 09:19:32 +01:00 committed by GitHub
parent 30c7b3c462
commit 9633e6e392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();