Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion test/tests/clone.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,9 @@ describe("Clone", function() {
});
});

it("can clone with git", function() {
// Since 15 March the unauthenticated git protocol on port 9418 is no longer supported in Github.
// https://github.blog/2021-09-01-improving-git-protocol-security-github/
it.skip("can clone with git", function() {
var test = this;
var url = "git://github.com/nodegit/test.git";
var opts = {
Expand Down