diff --git a/test/click.spec.ts b/test/click.spec.ts index fa6f0309c1f..75779bab0e1 100644 --- a/test/click.spec.ts +++ b/test/click.spec.ts @@ -239,7 +239,8 @@ describe('Page.click', function () { ) ).toBe('clicked'); }); - it('should double click the button', async () => { + // See https://github.com/puppeteer/puppeteer/issues/7175 + itFailsFirefox('should double click the button', async () => { const { page, server } = getTestState(); await page.goto(server.PREFIX + '/input/button.html');