mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
skip: loadtest/reconnectingpty Test_Runner/ExpectOutput (#5188)
This commit is contained in:
@ -189,6 +189,7 @@ func Test_Runner(t *testing.T) {
|
|||||||
|
|
||||||
t.Run("ExpectOutput", func(t *testing.T) {
|
t.Run("ExpectOutput", func(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
t.Skip("Flaky: https://github.com/coder/coder/issues/5187")
|
||||||
|
|
||||||
t.Run("Matches", func(t *testing.T) {
|
t.Run("Matches", func(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
Reference in New Issue
Block a user