Skip to content

Commit 406fd99

Browse files
committed
Skip HTTPS download test (recurrent error on the Wikipedia image used by the test)
1 parent ce05b19 commit 406fd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/http-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ describe("http-request", function() {
477477
return httpRequest.getRawProxy(ROOT_URL + "/status-201");
478478
});
479479

480-
it("can retrieve files through HTTPS", function() {
480+
it.skip("can retrieve files through HTTPS", function() {
481481
return httpRequest.getRawProxy(HTTPS_IMAGE_URL)
482482
.then(function(result) {
483483
expect(result).to.be.a(Buffer);

0 commit comments

Comments
 (0)