mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
Update spawn-stdin-readable-stream-edge-cases.test.ts
This commit is contained in:
@@ -175,7 +175,7 @@ describe("spawn stdin ReadableStream edge cases", () => {
|
||||
expect(await proc.exited).toBe(0);
|
||||
});
|
||||
|
||||
test("ReadableStream with cancel callback verification", async () => {
|
||||
test.todo("ReadableStream with cancel callback verification", async () => {
|
||||
let cancelReason: any = null;
|
||||
let cancelCalled = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user