Skip to content

Commit e57035a

Browse files
author
John Haley
committed
Put the http test back in
1 parent 1f1826b commit e57035a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/clone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe("Clone", function() {
3232
]);
3333
});
3434

35-
it.skip("can clone with http", function() {
35+
it("can clone with http", function() {
3636
var url = "http://github.com/nodegit/test.git";
3737
var opts = { ignoreCertErrors: 1 };
3838

0 commit comments

Comments
 (0)