Skip to content

Commit 647ea9f

Browse files
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/
1 parent 011169f commit 647ea9f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/tests/clone.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ describe("Clone", function() {
414414
});
415415
});
416416

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

0 commit comments

Comments
 (0)