From 647ea9ff1d90fae5a677293f4f5d7d4fd6844cde Mon Sep 17 00:00:00 2001 From: Julian Mesa Date: Thu, 17 Mar 2022 16:10:45 +0100 Subject: [PATCH] Skip "can clone with git" test Since 15 March 2022 the unauthenticated git protocol on port 9418 is no longer supported in Github. https://github.blog/2021-09-01-improving-git-protocol-security-github/ --- test/tests/clone.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/tests/clone.js b/test/tests/clone.js index c57df0019..000c2a4be 100644 --- a/test/tests/clone.js +++ b/test/tests/clone.js @@ -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 = {