test: skip scaletest/reconnectingpty Test_Runner (#15075)

Related: https://github.com/coder/internal/issues/98
This commit is contained in:
Marcin Tojek
2024-10-15 14:07:45 +02:00
committed by GitHub
parent 17f2584318
commit c6396e3125
+2
View File
@@ -31,6 +31,8 @@ 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.")
}