Skip to content

fix(coderd): improve workspace tests #15069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: coderd workspace tests
  • Loading branch information
defelmnq committed Oct 14, 2024
commit ea2a20ca1244dc6d112786a2c3b96e892383dcb9
2 changes: 1 addition & 1 deletion coderd/workspacebuilds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1183,8 +1183,8 @@
})
}

func TestWorkspaceBuildTimings(t *testing.T) {

Check failure on line 1186 in coderd/workspacebuilds_test.go

View workflow job for this annotation

GitHub Actions / lint

TestWorkspaceBuildTimings should call t.Parallel on the top level as well as its subtests (tparallel)
t.Parallel()
// t.Parallel()

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