Skip to content

Commit a1ec86d

Browse files
authored
No longer skip test, node v17 bug fixed nodejs/node#40528
1 parent 053aa16 commit a1ec86d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/transmit.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1196,8 +1196,7 @@ describe('transmission', () => {
11961196
await log;
11971197
});
11981198

1199-
// NOTE do not merge with this skip. Can be removed once fix in node v17.1.0 is released.
1200-
it.skip('stops processing the stream when the connection closes', async () => {
1199+
it('stops processing the stream when the connection closes', async () => {
12011200

12021201
let stream;
12031202

0 commit comments

Comments
 (0)