Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: skip scaletest/reconnectingpty Test_Runner
  • Loading branch information
mtojek committed Oct 15, 2024
commit 2d26e8f22135bcaeb12bf668f868b95a0f01c86b
1 change: 0 additions & 1 deletion scaletest/createworkspaces/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import (

func Test_Runner(t *testing.T) {
t.Parallel()
t.Skip("https://github.com/coder/internal/issues/98")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong test


if testutil.RaceEnabled() {
t.Skip("Race detector enabled, skipping time-sensitive test.")
Expand Down
1 change: 1 addition & 0 deletions scaletest/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("https://github.com/coder/internal/issues/98")

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