From b0e79375db11b27ab2ed3f7bbdf0e903d311bfe7 Mon Sep 17 00:00:00 2001 From: Kenta Iso Date: Sun, 8 Mar 2020 22:43:46 +0900 Subject: [PATCH] make the ssh.SetDefaultClient comment clearly --- pkg/minikube/machine/cluster_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/minikube/machine/cluster_test.go b/pkg/minikube/machine/cluster_test.go index 9f1c05f9cc..f55a0e16f6 100644 --- a/pkg/minikube/machine/cluster_test.go +++ b/pkg/minikube/machine/cluster_test.go @@ -413,7 +413,7 @@ func TestGetHostStatus(t *testing.T) { func TestCreateSSHShell(t *testing.T) { api := tests.NewMockAPI(t) - // Setting the default client to native gives much better performance. + // Setting the default ssh client to native for test stability. ssh.SetDefaultClient(ssh.Native) s, _ := tests.NewSSHServer(t)