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

Commitb44e6e6

Browse files
authored
fix(healthcheck): removet.Parallel() from healthcheck tests (#7174)
1 parent658246d commitb44e6e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎coderd/healthcheck/derp_test.go‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ import (
2121
"github.com/coder/coder/tailnet"
2222
)
2323

24+
//nolint:tparallel
2425
funcTestDERP(t*testing.T) {
25-
t.Parallel()
26+
iftesting.Short() {
27+
t.Skip("skipping healthcheck test in short mode, they reach out over the network.")
28+
}
2629

2730
t.Run("OK",func(t*testing.T) {
2831
t.Parallel()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp