mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
fix: Disable random workspace filter tests due to flakes (#2855)
Contributes towards #2854.
This commit is contained in:
@ -343,6 +343,9 @@ func TestWorkspaceByOwnerAndName(t *testing.T) {
|
|||||||
// to run various filters against for testing.
|
// to run various filters against for testing.
|
||||||
func TestWorkspaceFilter(t *testing.T) {
|
func TestWorkspaceFilter(t *testing.T) {
|
||||||
t.Parallel()
|
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 {
|
type coderUser struct {
|
||||||
*codersdk.Client
|
*codersdk.Client
|
||||||
User codersdk.User
|
User codersdk.User
|
||||||
|
Reference in New Issue
Block a user