From fe4250a465b028d5723fa9b4a26f3d73e803c5c6 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Tue, 26 Mar 2024 14:25:14 +0100 Subject: [PATCH] Revert "chore: enable test" (#12153) --- test/TestExpectations.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 564a40943c9..fd7046cb394 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -714,6 +714,13 @@ "expectations": ["SKIP"], "comment": "Missing request interception" }, + { + "testIdPattern": "[page.spec] Page Page.pdf should respect timeout", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox"], + "expectations": ["SKIP"], + "comment": "https://github.com/puppeteer/puppeteer/issues/12152" + }, { "testIdPattern": "[page.spec] Page Page.setBypassCSP *", "platforms": ["darwin", "linux", "win32"],