mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
test: skip scaletest/reconnectingpty Test_Runner (#15076)
Related: https://github.com/coder/internal/issues/98
This commit is contained in:
@@ -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.")
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user