diff --git a/coderd/healthcheck/derp_test.go b/coderd/healthcheck/derp_test.go index fdc313e72bd28..83579ee36b683 100644 --- a/coderd/healthcheck/derp_test.go +++ b/coderd/healthcheck/derp_test.go @@ -21,8 +21,11 @@ import ( "github.com/coder/coder/tailnet" ) +//nolint:tparallel func TestDERP(t *testing.T) { - t.Parallel() + if testing.Short() { + t.Skip("skipping healthcheck test in short mode, they reach out over the network.") + } t.Run("OK", func(t *testing.T) { t.Parallel()