8000 fix: coderd workspace tests · coder/coder@ea2a20c · GitHub
[go: up one dir, main page]

Skip to content
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

Appearance settings

Commit ea2a20c

Browse files
committed
fix: coderd workspace tests
1 parent 64be8c9 commit ea2a20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspacebuilds_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ func TestPostWorkspaceBuild(t *testing.T) {
11841184
}
11851185

11861186
func TestWorkspaceBuildTimings(t *testing.T) {
1187-
t.Parallel()
1187+
// t.Parallel()
11881188

11891189
// Setup the test environment with a template and version
11901190
db, pubsub := dbtestutil.NewDB(t)

0 commit comments

Comments
 (0)
0