From 83d6784c5fa30979f9a3be2e0ec744e978cb4e57 Mon Sep 17 00:00:00 2001 From: Jan Scheffler Date: Wed, 28 Apr 2021 16:28:17 +0200 Subject: [PATCH] Revert "chore: enable firefox reconnection spec (#7114)" This reverts commit 49a54cfc93947a313427f6aa39512c644c9ae001. --- test/launcher.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/launcher.spec.ts b/test/launcher.spec.ts index 864cebdaa0c7c..1a56b5428e536 100644 --- a/test/launcher.spec.ts +++ b/test/launcher.spec.ts @@ -587,7 +587,8 @@ describe('Launcher specs', function () { await browserOne.close(); } ); - it('should be able to reconnect', async () => { + // @see https://github.com/puppeteer/puppeteer/issues/6527 + itFailsFirefox('should be able to reconnect', async () => { const { puppeteer, server } = getTestState(); const browserOne = await puppeteer.launch(); const browserWSEndpoint = browserOne.wsEndpoint();