From 9839234573f58f9ccfa63f8e353a056db6525355 Mon Sep 17 00:00:00 2001 From: kylecarbs Date: Fri, 8 Jul 2022 17:14:35 +0000 Subject: [PATCH] fix: Disable random workspace filter tests due to flakes Contributes towards #2854. --- coderd/workspaces_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coderd/workspaces_test.go b/coderd/workspaces_test.go index fe5fb02ca3b8d..2d607a5e3fa0f 100644 --- a/coderd/workspaces_test.go +++ b/coderd/workspaces_test.go @@ -343,6 +343,9 @@ func TestWorkspaceByOwnerAndName(t *testing.T) { // to run various filters against for testing. func TestWorkspaceFilter(t *testing.T) { t.Parallel() + // Manual tests still occur below, so this is safe to disable. + t.Skip("This test is slow and flaky. See: https://github.com/coder/coder/issues/2854") + // nolint:unused type coderUser struct { *codersdk.Client User codersdk.User