Skip to content

Commit 0dfaade

Browse files
committed
chore: allow test on windows
1 parent a306dad commit 0dfaade

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cli/configssh_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ func TestConfigSSH(t *testing.T) {
172172
func TestConfigSSH_MissingDirectory(t *testing.T) {
173173
t.Parallel()
174174

175-
if runtime.GOOS == "windows" {
176-
t.Skip("See coder/internal#117")
177-
}
178-
179175
client := coderdtest.New(t, nil)
180176
_ = coderdtest.CreateFirstUser(t, client)
181177

0 commit comments

Comments
 (0)