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 17f2584 commit c6396e3Copy full SHA for c6396e3
scaletest/createworkspaces/run_test.go
@@ -31,6 +31,8 @@ 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.")
38
}
0 commit comments