commit 62878264ee032dfed3e508128224b86a7004a233
parent 4d0a4dcdca4016a564229b5ab3500e229f16b191
Author: Vincent Hilla <vhilla@mozilla.com>
Date: Mon, 24 Nov 2025 12:00:20 +0200
Bug 2001934 - Disable Puppeteer Page.goto 204 test for perma-failing. r=whimboo!
The test "navigation Page.goto should fail when server returns 204" in
navigation.spec.ts started perma-failing when bug 543435 landed.
Differential Revision: https://phabricator.services.mozilla.com/D273780
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/remote/test/puppeteer/test/TestExpectations.json b/remote/test/puppeteer/test/TestExpectations.json
@@ -1687,5 +1687,12 @@
"parameters": ["cdp", "chrome", "chrome-headless-shell"],
"expectations": ["FAIL", "PASS"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
+ },
+ {
+ "testIdPattern": "[navigation.spec] navigation Page.goto should fail when server returns 204",
+ "platforms": [ "darwin", "linux", "win32" ],
+ "parameters": [ "firefox", "webDriverBiDi" ],
+ "expectations": [ "TIMEOUT" ],
+ "comment": "See bug 2001934"
}
]