skip-aria-test.patch (1209B)
1 commit e0ed3f234d8038d43db713812adedd2f26a56dd7 2 Author: Henrik Skupin <mail@hskupin.info> 3 Date: Tue Jan 21 17:08:36 2025 +0000 4 5 Bug 1934281 - [puppeteer] Skip test "$$eval should handle many elements" which is causing the error summary log to overflow. 6 7 diff --git a/remote/test/puppeteer/test/TestExpectations.json b/remote/test/puppeteer/test/TestExpectations.json 8 index 1c325a905afa..cc41a5e2c717 100644 9 --- a/remote/test/puppeteer/test/TestExpectations.json 10 +++ b/remote/test/puppeteer/test/TestExpectations.json 11 @@ -209,6 +209,13 @@ 12 "expectations": ["SKIP"], 13 "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" 14 }, 15 + { 16 + "testIdPattern": "[ariaqueryhandler.spec] AriaQueryHandler queryAllArray $$eval should handle many elements", 17 + "platforms": ["darwin", "linux", "win32"], 18 + "parameters": ["firefox", "webDriverBiDi"], 19 + "expectations": ["SKIP"], 20 + "comment": "Causes to exceed the allowed log size for error summary for CI jobs" 21 + }, 22 { 23 "testIdPattern": "[ariaqueryhandler.spec] AriaQueryHandler queryOne (Chromium web test) should find by role \"heading\"", 24 "platforms": ["darwin", "linux", "win32"],