Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d40cb8 commit 9839234Copy full SHA for 9839234
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