We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d40cb8 commit bacfd63Copy full SHA for bacfd63
coderd/workspaces_test.go
@@ -343,6 +343,9 @@ func TestWorkspaceByOwnerAndName(t *testing.T) {
343
// to run various filters against for testing.
344
func TestWorkspaceFilter(t *testing.T) {
345
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
349
type coderUser struct {
350
*codersdk.Client
351
User codersdk.User
0 commit comments