| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c5e806c commit 1296a68
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -286,7 +286,7 @@ TestSession.prototype.disconnect = function(childDone) { | |||
| 286 | 286 | this.expectClose_ = true; | |
| 287 | 287 | this.harness_.childInstanceDone = | |
| 288 | 288 | this.harness_.childInstanceDone || childDone; | |
| 289 | - this.socket_.end(); | ||
| 289 | + this.socket_.destroy(); | ||
| 290 | 290 | console.log('[test]', 'Connection terminated'); | |
| 291 | 291 | callback(); | |
| 292 | 292 | }); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,4 +7,3 @@ prefix inspector | |||
| 7 | 7 | [true] # This section applies to all platforms | |
| 8 | 8 | ||
| 9 | 9 | [$system==win32] | |
| 10 | - test-inspector : PASS,FLAKY | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments