We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5e0d4 commit 1d44683Copy full SHA for 1d44683
1 file changed
LibGit2Sharp.Tests/NetworkFixture.cs
@@ -210,7 +210,6 @@ public void CanListRemoteReferencesFromUrlWithListRemoteOptions(string url)
210
211
[Theory]
212
[InlineData("https://github.com/libgit2/TestGitRepository")]
213
- [InlineData("git@github.com:libgit2/TestGitRepository")]
214
public void CanListRemoteReferencesWithCertificateCheckCallback(string url)
215
{
216
string repoPath = InitNewRepository();
0 commit comments