Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9839234

Browse files
committed
fix: Disable random workspace filter tests due to flakes
Contributes towards#2854.
1 parent3d40cb8 commit9839234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎coderd/workspaces_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ func TestWorkspaceByOwnerAndName(t *testing.T) {
343343
// to run various filters against for testing.
344344
funcTestWorkspaceFilter(t*testing.T) {
345345
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
346349
typecoderUserstruct {
347350
*codersdk.Client
348351
User codersdk.User

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp