Skip to content

Commit 2d26e8f

Browse files
committed
test: skip scaletest/reconnectingpty Test_Runner
1 parent c6396e3 commit 2d26e8f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scaletest/createworkspaces/run_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import (
3131

3232
func Test_Runner(t *testing.T) {
3333
t.Parallel()
34-
t.Skip("https://github.com/coder/internal/issues/98")
3534

3635
if testutil.RaceEnabled() {
3736
t.Skip("Race detector enabled, skipping time-sensitive test.")

scaletest/reconnectingpty/run_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222

2323
func Test_Runner(t *testing.T) {
2424
t.Parallel()
25+
t.Skip("https://github.com/coder/internal/issues/98")
2526

2627
t.Run("OK", func(t *testing.T) {
2728
t.Parallel()

0 commit comments

Comments
 (0)