1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

tests: disable failing stream idl test (#10860)

Didn't catch failure in original PR due to #10856 and merge ordering.
This commit is contained in:
Luca Casonato 2021-06-05 21:59:03 +02:00 committed by GitHub
parent b748415baf
commit 368c784d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)",