Update spawn-stdin-readable-stream-edge-cases.test.ts

This commit is contained in:
Jarred Sumner
2025-06-23 03:15:57 -07:00
parent 4fd567fb0b
commit 028facded3

View File

@@ -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;