Commenting some test code.

This commit is contained in:
ali.ibrahim 2016-10-12 17:13:06 +02:00
parent ae1c33b863
commit 16069cd477
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ const kOneKiloByte = 1024
const kOneMegaByte = kOneKiloByte * kOneKiloByte
describe('net module', function () {
this.timeout(0)
// this.timeout(0)
describe('HTTP basics', function () {
let server
beforeEach(function (done) {