Skip to content

Commit b38740d

Browse files
Trotttargos
authored andcommitted
test: move stream test to parallel
I don't believe there's a reason test-stream-writable-clear-buffer needs to be in sequential. Move it to parallel. PR-URL: #30561 Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 33de2c6 commit b38740d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/sequential/test-stream-writable-clear-buffer.js test/parallel/test-stream-writable-clear-buffer.js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class StreamWritable extends Stream.Writable {
1313
// Refs: https://github.com/nodejs/node/issues/6758
1414
// We need a timer like on the original issue thread.
1515
// Otherwise the code will never reach our test case.
16-
// This means this should go in the sequential folder.
1716
_write(chunk, encoding, cb) {
1817
setImmediate(cb);
1918
}

0 commit comments

Comments
 (0)