We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe2e74 commit 0971eeaCopy full SHA for 0971eea
cli/scaletest_test.go
@@ -19,7 +19,7 @@ import (
19
)
20
21
func TestScaleTest(t *testing.T) {
22
- // t.Skipf("This test is flakey. See https://github.com/coder/coder/issues/4942")
+ t.Skipf("This test is flakey. See https://github.com/coder/coder/issues/4942")
23
t.Parallel()
24
25
// This test does a create-workspaces scale test with --no-cleanup, checks
0 commit comments