Skip to content

Commit cdeceec

Browse files
committed
test: make the disabled tests just be "pending"
Since they should be re-enabled eventually (and not forgotten about!)
1 parent 7c45128 commit cdeceec

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ describe('HttpsProxyAgent', function () {
149149
delete proxy.authenticate;
150150
});
151151

152+
it('should receive the 407 authorization code on the `http.ClientResponse`');
152153
/*
153154
it('should receive the 407 authorization code on the `http.ClientResponse`', function (done) {
154155
// set a proxy authentication function for this test
@@ -269,6 +270,8 @@ describe('HttpsProxyAgent', function () {
269270
});
270271
});
271272
});
273+
} else {
274+
it('should work over an HTTPS proxy');
272275
}
273276

274277
});

0 commit comments

Comments
 (0)