Skip to content

Commit

Permalink
chore: disable flaky test on Firefox
Browse files Browse the repository at this point in the history
Issue: #7182
  • Loading branch information
jschfflr authored and mathiasbynens committed May 3, 2021
1 parent ad6b736 commit a293b96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/click.spec.ts
Expand Up @@ -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');
Expand Down

0 comments on commit a293b96

Please sign in to comment.