Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b539a1

Browse files
committed
fix
1 parent 3c93fa7 commit 8b539a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli/ssh_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ func TestSSH(t *testing.T) {
252252

253253
t.Run("StdioExitOnStop", func(t *testing.T) {
254254
t.Parallel()
255+
if runtime.GOOS == "windows" {
256+
t.Skip("Windows doesn't clean up the process, waiting for #7100")
257+
}
255258
client, workspace, agentToken := setupWorkspaceForAgent(t, nil)
256259
_, _ = tGoContext(t, func(ctx context.Context) {
257260
// Run this async so the SSH command has to wait for

0 commit comments

Comments
 (0)