diff --git a/test/wpt/status/streams.json b/test/wpt/status/streams.json index fa97eae8320d78..f2248860de321e 100644 --- a/test/wpt/status/streams.json +++ b/test/wpt/status/streams.json @@ -17,6 +17,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" @@ -28,6 +29,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",