diff --git a/pkg/client/connector/sshcli_test.go b/pkg/client/connector/sshcli_test.go index 86e0b463..aca58375 100644 --- a/pkg/client/connector/sshcli_test.go +++ b/pkg/client/connector/sshcli_test.go @@ -99,7 +99,6 @@ func TestSSHCLIConnector_buildSSHArgs(t *testing.T) { } } - func TestControlSocketPath(t *testing.T) { // Note: Cannot use t.Parallel() because a subtest uses t.Setenv().