diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-06-05 21:59:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-05 21:59:03 +0200 |
commit | 368c784d7f6feff6bb483ca2b02cf2c44ea29c26 (patch) | |
tree | cf57ee5d6fd37fc058a742b2c9bc0abbc76759aa | |
parent | b748415baf31bb90a7dd93bb84a44955de6c1b39 (diff) |
tests: disable failing stream idl test (#10860)
Didn't catch failure in original PR due to #10856 and merge ordering.
-rw-r--r-- | tools/wpt/expectation.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index dc15096c7..465c85a51 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -370,6 +370,7 @@ "ReadableStreamDefaultController interface: operation error(optional any)", "ReadableStreamDefaultController must be primary interface of self.readableStreamDefaultController", "Stringification of self.readableStreamDefaultController", + "ReadableByteStreamController interface: existence and properties of interface object", "ReadableByteStreamController interface: attribute byobRequest", "ReadableByteStreamController interface: attribute desiredSize", "ReadableByteStreamController interface: operation close()", @@ -418,6 +419,7 @@ "TransformStream interface: attribute readable", "TransformStream interface: attribute writable", "Stringification of new TransformStream()", + "TransformStreamDefaultController interface: existence and properties of interface object", "TransformStreamDefaultController interface: attribute desiredSize", "TransformStreamDefaultController interface: operation enqueue(optional any)", "TransformStreamDefaultController interface: operation error(optional any)", @@ -1275,4 +1277,4 @@ "set.any.html": true } } -} +}
\ No newline at end of file |