test: skip scaletest/reconnectingpty Test_Runner (#15076)

Related: https://github.com/coder/internal/issues/98
This commit is contained in:
Marcin Tojek
2024-10-15 14:40:22 +02:00
committed by GitHub
parent c6396e3125
commit 1523d935b5
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -31,7 +31,6 @@ import (
func Test_Runner(t *testing.T) {
t.Parallel()
t.Skip("https://github.com/coder/internal/issues/98")
if testutil.RaceEnabled() {
t.Skip("Race detector enabled, skipping time-sensitive test.")
+1
View File
@@ -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()