fix: Disable random workspace filter tests due to flakes (#2855)

Contributes towards #2854.
This commit is contained in:
Kyle Carberry
2022-07-08 13:01:00 -05:00
committed by GitHub
parent 3d40cb85b7
commit bacfd630fb

View File

@ -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