We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4ae1a commit f6b005dCopy full SHA for f6b005d
test/parallel/test-http-server-keepalive-req-gc.js
@@ -5,11 +5,6 @@ const onGC = require('../common/ongc');
5
const { createServer } = require('http');
6
const { connect } = require('net');
7
8
-if (common.isWindows) {
9
- // TODO(addaleax): Investigate why and remove the skip.
10
- common.skip('This test is flaky on Windows.');
11
-}
12
-
13
// Make sure that for HTTP keepalive requests, the req object can be
14
// garbage collected once the request is finished.
15
// Refs: https://github.com/nodejs/node/issues/9668
0 commit comments