Skip to content

Commit 3aed457

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/workspaces_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ 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")
346348
type coderUser struct {
347349
*codersdk.Client
348350
User codersdk.User

0 commit comments

Comments
 (0)