We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce05b19 commit 406fd99Copy full SHA for 406fd99
test/http-request.js
@@ -477,7 +477,7 @@ describe("http-request", function() {
477
return httpRequest.getRawProxy(ROOT_URL + "/status-201");
478
});
479
480
- it("can retrieve files through HTTPS", function() {
+ it.skip("can retrieve files through HTTPS", function() {
481
return httpRequest.getRawProxy(HTTPS_IMAGE_URL)
482
.then(function(result) {
483
expect(result).to.be.a(Buffer);
0 commit comments