aboutsummaryrefslogtreecommitdiff
path: root/ssh/test/agent_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/test/agent_unix_test.go')
-rw-r--r--ssh/test/agent_unix_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh/test/agent_unix_test.go b/ssh/test/agent_unix_test.go
index aeecaeb..a9c4893 100644
--- a/ssh/test/agent_unix_test.go
+++ b/ssh/test/agent_unix_test.go
@@ -34,6 +34,7 @@ func TestAgentForward(t *testing.T) {
sess, err := conn.NewSession()
if err != nil {
+ skipIfIssue64959(t, err)
t.Fatalf("NewSession: %v", err)
}
if err := agent.RequestAgentForwarding(sess); err != nil {