From efd52da89543ee6ab50c1f72ba12b5de68562632 Mon Sep 17 00:00:00 2001 From: Ethan Dickson Date: Mon, 21 Oct 2024 04:09:25 +0000 Subject: [PATCH] chore: skip ssh exec-ing test on windows --- cli/configssh_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cli/configssh_test.go b/cli/configssh_test.go index 81eceb1b8c971..feead1e279e96 100644 --- a/cli/configssh_test.go +++ b/cli/configssh_test.go @@ -10,6 +10,7 @@ import ( "os" "os/exec" "path/filepath" + "runtime" "strconv" "strings" "sync" @@ -63,6 +64,10 @@ func sshConfigFileRead(t *testing.T, name string) string { func TestConfigSSH(t *testing.T) { t.Parallel() + if runtime.GOOS == "windows" { + t.Skip("See coder/internal#117") + } + const hostname = "test-coder." const expectedKey = "ConnectionAttempts" const removeKey = "ConnectTimeout" pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy