diff --git a/test/page.spec.js b/test/page.spec.js index ca7b3d4983f7f..3daa30cf99d54 100644 --- a/test/page.spec.js +++ b/test/page.spec.js @@ -802,7 +802,7 @@ describe('Page', function() { }); describe('Page.setUserAgent', function() { - it('should work', async() => { + itFailsFirefox('should work', async() => { const {page, server} = getTestState(); expect(await page.evaluate(() => navigator.userAgent)).toContain('Mozilla');