diff options
| author | Mario Minardi <mario@tailscale.com> | 2026-02-09 16:18:53 -0700 |
|---|---|---|
| committer | Mario Minardi <mario@tailscale.com> | 2026-02-09 16:18:53 -0700 |
| commit | 3d8892c1137fe1b03b7224f74686c2b0d547c5d8 (patch) | |
| tree | 4d4181978cfae1d3c996e13eaf27fc878da81cce | |
| parent | d26d3fcb95b75e9fdc3acb53529e97a1a14cc3c6 (diff) | |
| download | tailscale-mpminardi/flaky-test-ssh.tar.xz tailscale-mpminardi/flaky-test-ssh.zip | |
| -rw-r--r-- | ssh/tailssh/tailssh_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ssh/tailssh/tailssh_test.go b/ssh/tailssh/tailssh_test.go index 44db0cc00..f91cbafe7 100644 --- a/ssh/tailssh/tailssh_test.go +++ b/ssh/tailssh/tailssh_test.go @@ -495,9 +495,6 @@ func TestSSHRecordingCancelsSessionsOnUploadFailure(t *testing.T) { if runtime.GOOS != "linux" && runtime.GOOS != "darwin" { t.Skipf("skipping on %q; only runs on linux and darwin", runtime.GOOS) } - if runtime.GOOS == "darwin" && cibuild.On() { - t.Skipf("this fails on CI on macOS; see https://github.com/tailscale/tailscale/issues/7707") - } var handler http.HandlerFunc recordingServer := mockRecordingServer(t, func(w http.ResponseWriter, r *http.Request) { |
