Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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)