We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77c1b4 commit 85a6d14Copy full SHA for 85a6d14
loadtest/reconnectingpty/run_test.go
@@ -22,6 +22,7 @@ import (
22
23
func Test_Runner(t *testing.T) {
24
t.Parallel()
25
+ t.Skip("See: https://github.com/coder/coder/issues/5247")
26
27
t.Run("OK", func(t *testing.T) {
28
0 commit comments