From 9633e6e3922b23e2dae509bd49a44160ff8682fe Mon Sep 17 00:00:00 2001 From: Jack Franklin Date: Tue, 6 Apr 2021 09:19:32 +0100 Subject: [PATCH] chore: disable firefox reconnection spec (#7062) It's constantly failing on CQ - think there's an issue in Firefox nightly. --- test/launcher.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/launcher.spec.ts b/test/launcher.spec.ts index 2d7e3768489..74bfc750b3d 100644 --- a/test/launcher.spec.ts +++ b/test/launcher.spec.ts @@ -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();