Skip to content

Commit 0971eea

Browse files
committed
fixup! do what the comment says
1 parent 7fe2e74 commit 0971eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/scaletest_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
func TestScaleTest(t *testing.T) {
22-
// t.Skipf("This test is flakey. See https://github.com/coder/coder/issues/4942")
22+
t.Skipf("This test is flakey. See https://github.com/coder/coder/issues/4942")
2323
t.Parallel()
2424

2525
// This test does a create-workspaces scale test with --no-cleanup, checks

0 commit comments

Comments
 (0)