Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6396e3 commit 1523d93Copy full SHA for 1523d93
scaletest/createworkspaces/run_test.go
@@ -31,7 +31,6 @@ import (
31
32
func Test_Runner(t *testing.T) {
33
t.Parallel()
34
- t.Skip("https://github.com/coder/internal/issues/98")
35
36
if testutil.RaceEnabled() {
37
t.Skip("Race detector enabled, skipping time-sensitive test.")
scaletest/reconnectingpty/run_test.go
@@ -22,6 +22,7 @@ import (
22
23
24
25
+ t.Skip("https://github.com/coder/internal/issues/98")
26
27
t.Run("OK", func(t *testing.T) {
28
0 commit comments