aboutsummaryrefslogtreecommitdiff
path: root/ssh/test/dial_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/test/dial_unix_test.go')
-rw-r--r--ssh/test/dial_unix_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh/test/dial_unix_test.go b/ssh/test/dial_unix_test.go
index 8ec8d50..7d6fb28 100644
--- a/ssh/test/dial_unix_test.go
+++ b/ssh/test/dial_unix_test.go
@@ -53,6 +53,7 @@ func testDial(t *testing.T, n, listenAddr string, x dialTester) {
// on the opened connection.
cancel()
if err != nil {
+ skipIfIssue64959(t, err)
t.Fatalf("Dial: %v", err)
}
x.TestClientConn(t, conn)