From 36207c5efe8ca21f4b3fc5b00212700326a701d2 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Wed, 15 Dec 2021 09:17:56 +0100 Subject: [PATCH] fix: disable a test failing on Firefox (#7846) --- test/network.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/network.spec.ts b/test/network.spec.ts index e09633983f619..4e098b196400d 100644 --- a/test/network.spec.ts +++ b/test/network.spec.ts @@ -592,7 +592,7 @@ describe('network', function () { expect(requests.get('script.js').isNavigationRequest()).toBe(false); expect(requests.get('style.css').isNavigationRequest()).toBe(false); }); - it('should work when navigating to image', async () => { + itFailsFirefox('should work when navigating to image', async () => { const { page, server } = getTestState(); const requests = [];