Skip to content

fix: improve pty and ptytest #5327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Dec 7, 2022
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
mtojek committed Dec 7, 2022
commit dc86c9a9bbc27b735ffc72f528d509fb6c11b704
1 change: 1 addition & 0 deletions loadtest/reconnectingpty/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (

func Test_Runner(t *testing.T) {
t.Parallel()
t.Skip("See: https://github.com/coder/coder/issues/5247")

t.Run("OK", func(t *testing.T) {
t.Parallel()
Expand Down