From 3870a17ce2a5c97fbb48b4088cbe806651e5dd3b Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 25 Mar 2024 19:36:49 -0400 Subject: [PATCH] bring back fixme This test goes together with the previous one --- tests/page/page-network-response.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/page/page-network-response.spec.ts b/tests/page/page-network-response.spec.ts index 458228bae1..5351359f6e 100644 --- a/tests/page/page-network-response.spec.ts +++ b/tests/page/page-network-response.spec.ts @@ -402,7 +402,7 @@ it('should bypass disk cache when page interception is enabled', async ({ page, it('should bypass disk cache when context interception is enabled', async ({ page, server }) => { it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/30000' }); - + it.fixme(browserName === 'firefox', 'Returns cached response.'); await page.context().route('**/api*', route => route.continue()); await page.goto(server.PREFIX + '/frames/one-frame.html'); {