fix: disable flaky test TestSSH/RemoteForward_Unix_Signal (#10711)

This commit is contained in:
Spike Curtis
2023-11-15 15:04:36 +04:00
committed by GitHub
parent 1516c6636b
commit 34c9661f1b

View File

@ -252,6 +252,7 @@ func TestSSH(t *testing.T) {
// Test that we handle OS signals properly while remote forwarding, and don't just leave the TCP
// socket hanging.
t.Run("RemoteForward_Unix_Signal", func(t *testing.T) {
t.Skip("still flaky")
if runtime.GOOS == "windows" {
t.Skip("No unix sockets on windows")
}