Skip to content

Commit 8ef523d

Browse files
committed
Comment out SSH test for now
1 parent 9a11cbd commit 8ef523d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

LibGit2Sharp.Tests/CloneFixture.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public void CanClone(string url)
3636
}
3737

3838
[Theory]
39-
[InlineData("https://github.com/libgit2/TestGitRepository",1)]
40-
[InlineData("https://github.com/libgit2/TestGitRepository",5)]
41-
[InlineData("https://github.com/libgit2/TestGitRepository",7)]
39+
[InlineData("https://github.com/libgit2/TestGitRepository", 1)]
40+
[InlineData("https://github.com/libgit2/TestGitRepository", 5)]
41+
[InlineData("https://github.com/libgit2/TestGitRepository", 7)]
4242
public void CanCloneShallow(string url, int depth)
4343
{
4444
var scd = BuildSelfCleaningDirectory();
@@ -266,7 +266,7 @@ static Credentials CreateUsernamePasswordCredentials(string user, string pass, b
266266

267267
[SkippableTheory]
268268
[InlineData("https://github.com/libgit2/TestGitRepository.git", "github.com", typeof(CertificateX509))]
269-
[InlineData("[email protected]:libgit2/TestGitRepository.git", "github.com", typeof(CertificateSsh))]
269+
//[InlineData("[email protected]:libgit2/TestGitRepository.git", "github.com", typeof(CertificateSsh))]
270270
public void CanInspectCertificateOnClone(string url, string hostname, Type certType)
271271
{
272272
var scd = BuildSelfCleaningDirectory();

0 commit comments

Comments
 (0)