We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc13cc6 commit 2fb8257Copy full SHA for 2fb8257
test/inspector/inspector-helper.js
@@ -286,7 +286,7 @@ TestSession.prototype.disconnect = function(childDone) {
286
this.expectClose_ = true;
287
this.harness_.childInstanceDone =
288
this.harness_.childInstanceDone || childDone;
289
- this.socket_.end();
+ this.socket_.destroy();
290
console.log('[test]', 'Connection terminated');
291
callback();
292
});
test/inspector/inspector.status
@@ -7,4 +7,3 @@ prefix inspector
7
[true] # This section applies to all platforms
8
9
[$system==win32]
10
-test-inspector : PASS,FLAKY
0 commit comments