There was an error while loading. Please reload this page.
1 parent 93cad7b commit 5a03b0fCopy full SHA for 5a03b0f
1 file changed
test/parallel/test-stream-iter-consumers-merge.js
@@ -179,6 +179,7 @@ async function testMergeSignalDuringPendingSingleSourceRead() {
179
return this;
180
},
181
next() {
182
+ // Intentionally never settle to verify that aborting interrupts a pending read.
183
return new Promise(() => {});
184
185
return() {
0 commit comments