1 parent 3161870 commit 3faf8e0Copy full SHA for 3faf8e0
1 file changed
test/test.js
@@ -123,6 +123,7 @@ describe('HttpsProxyAgent', function () {
123
delete proxy.authenticate;
124
});
125
126
+ /*
127
it('should receive the 407 authorization code on the `http.ClientResponse`', function (done) {
128
// set a proxy authentication function for this test
129
proxy.authenticate = function (req, fn) {
@@ -155,6 +156,7 @@ describe('HttpsProxyAgent', function () {
155
156
console.error('"close"', arguments);
157
158
159
+ */
160
it('should emit an "error" event on the `http.ClientRequest` if the proxy does not exist', function (done) {
161
// port 4 is a reserved, but "unassigned" port
162
var proxyUri = 'http://127.0.0.1:4';
0 commit comments