mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: disable flaky test TestSSH/RemoteForward_Unix_Signal (#10711)
This commit is contained in:
@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user