Bug 1800257 - [puppeteer] Allow "Frame.waitForFunction should work when resolved right before execution context disposal" to fail r=webdriver-reviewers,jdescottes

The test is currently broken and got fixed upstream for
a later Puppeteer release:

https://github.com/puppeteer/puppeteer/pull/9368

Until the fix got downstreamed this test will be flaky
and can pass and fail.

Differential Revision: https://phabricator.services.mozilla.com/D163984
This commit is contained in:
Henrik Skupin 2022-12-07 08:35:28 +00:00
parent 051bf1a797
commit 497c003c10

View File

@ -2294,7 +2294,7 @@
"PASS"
],
"waittask specs Frame.waitForFunction should work when resolved right before execution context disposal (waittask.spec.js)": [
"PASS"
"PASS", "TIMEOUT"
],
"waittask specs Frame.waitForFunction should poll on interval (waittask.spec.js)": [
"PASS"