Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1523d93

Browse files
authored
test: skip scaletest/reconnectingpty Test_Runner (#15076)
Related: coder/internal#98
1 parent c6396e3 commit 1523d93

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scaletest/createworkspaces/run_test.go

-1
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

+1
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)