diff --git a/test/wpt/status/streams.json b/test/wpt/status/streams.json index 6454918110dfbd..92be166791757e 100644 --- a/test/wpt/status/streams.json +++ b/test/wpt/status/streams.json @@ -24,6 +24,7 @@ }, "readable-streams/owning-type-message-port.any.js": { "fail": { + "note": "Readable streams with type owning are not yet supported", "expected": [ "Transferred MessageChannel works as expected", "Second branch of owning ReadableStream tee should end up into errors with transfer only values" @@ -35,6 +36,7 @@ }, "readable-streams/owning-type.any.js": { "fail": { + "note": "Readable streams with type owning are not yet supported", "expected": [ "ReadableStream can be constructed with owning type", "ReadableStream of type owning should call start with a ReadableStreamDefaultController",