Skip to content

Commit 9839234

Browse files
committed
fix: Disable random workspace filter tests due to flakes
Contributes towards #2854.
1 parent 3d40cb8 commit 9839234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

coderd/workspaces_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ func TestWorkspaceByOwnerAndName(t *testing.T) {
343343
// to run various filters against for testing.
344344
func TestWorkspaceFilter(t *testing.T) {
345345
t.Parallel()
346+
// Manual tests still occur below, so this is safe to disable.
347+
t.Skip("This test is slow and flaky. See: https://github.com/coder/coder/issues/2854")
348+
// nolint:unused
346349
type coderUser struct {
347350
*codersdk.Client
348351
User codersdk.User

0 commit comments

Comments
 (0)