Skip to content

Commit 81b492b

Browse files
committed
Comment out SSH Agent Authentication test case in NullOpsDevs.LibSsh.Test/Program.cs.
1 parent a5518e8 commit 81b492b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NullOpsDevs.LibSsh.Test/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private static async Task RunAuthenticationTests()
8686
await RunTest("Public Key Authentication (no passphrase)", TestPublicKeyAuth);
8787
await RunTest("Public Key Authentication (with passphrase)", TestPublicKeyAuthWithPassphrase);
8888
await RunTest("Public Key from Memory", TestPublicKeyFromMemory);
89-
await RunTest("SSH Agent Authentication", TestSshAgentAuth);
89+
// await RunTest("SSH Agent Authentication", TestSshAgentAuth);
9090
}
9191

9292
private static Task<bool> TestPasswordAuth()

0 commit comments

Comments
 (0)