test: add note about unresolved spec issue

PR-URL: https://github.com/nodejs/node/pull/50779
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
This commit is contained in:
Mattias Buelens 2023-11-18 11:07:43 +01:00 committed by Node.js GitHub Bot
parent 0a6a8d2b2f
commit 177cfc88b9

View File

@ -4,6 +4,7 @@
},
"piping/general-addition.any.js": {
"fail": {
"note": "Blocked on https://github.com/whatwg/streams/issues/1243",
"expected": [
"enqueue() must not synchronously call write algorithm"
]