Skip to content

Commit

Permalink
Disable another newly-flaky XHR test
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed May 27, 2023
1 parent 2ed1d4b commit a39e0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/web-platform-tests/to-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1460,8 +1460,8 @@ cors-expose-star.sub.any.html: [fail, Unknown]
data-uri.htm: [fail, Unknown]
event-error-order.sub.html: [fail, Unknown]
event-timeout-order.any.html: [fail, Unknown]
event-upload-progress-crossorigin.any.html: [flaky, Seems to have gotten worse with Node v20 but doesn't always fail]
event-upload-progress.any.html: [fail, Unknown]
event-upload-progress-crossorigin.any.html: [flaky, Used to pass before Node v20 but now sometimes gives "ERR_SOCKET_CLOSED_BEFORE_CONNECTION"]
event-upload-progress.any.html: [flaky, Used to *fail* before Node v20 but now sometimes gives "ERR_SOCKET_CLOSED_BEFORE_CONNECTION"]
formdata.html:
"Newly created FormData contains entries added to \"formData\" IDL attribute of FormDataEvent.": [fail, FormDataEvent not implemented]
"|new FormData()| in formdata event handler should throw": [fail, FormDataEvent not implemented]
Expand Down

0 comments on commit a39e0ec

Please sign in to comment.