Skip to content

Commit

Permalink
Comment out SSH test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Nov 24, 2024
1 parent af4972d commit 1bb074a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions LibGit2Sharp.Tests/CloneFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ public void CanClone(string url)
}

[Theory]
[InlineData("https://github.com/libgit2/TestGitRepository",1)]
[InlineData("https://github.com/libgit2/TestGitRepository",5)]
[InlineData("https://github.com/libgit2/TestGitRepository",7)]
[InlineData("https://github.com/libgit2/TestGitRepository", 1)]
[InlineData("https://github.com/libgit2/TestGitRepository", 5)]
[InlineData("https://github.com/libgit2/TestGitRepository", 7)]
public void CanCloneShallow(string url, int depth)
{
var scd = BuildSelfCleaningDirectory();
Expand Down Expand Up @@ -266,7 +266,7 @@ static Credentials CreateUsernamePasswordCredentials(string user, string pass, b

[SkippableTheory]
[InlineData("https://github.com/libgit2/TestGitRepository.git", "github.com", typeof(CertificateX509))]
[InlineData("[email protected]:libgit2/TestGitRepository.git", "github.com", typeof(CertificateSsh))]
//[InlineData("[email protected]:libgit2/TestGitRepository.git", "github.com", typeof(CertificateSsh))]
public void CanInspectCertificateOnClone(string url, string hostname, Type certType)
{
var scd = BuildSelfCleaningDirectory();
Expand Down

0 comments on commit 1bb074a

Please sign in to comment.