mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
test: skip scaletest/reconnectingpty Test_Runner (#15075)
Related: https://github.com/coder/internal/issues/98
This commit is contained in:
@@ -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.")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user