We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2f9e3 commit 214123dCopy full SHA for 214123d
coderd/healthcheck/derphealth/derp_test.go
@@ -83,6 +83,7 @@ func TestDERP(t *testing.T) {
83
84
t.Run("HealthyWithNodeDegraded", func(t *testing.T) {
85
t.Parallel()
86
+ t.Skip("https://github.com/coder/coder/issues/10824")
87
88
healthyDerpSrv := derp.NewServer(key.NewNode(), func(format string, args ...any) { t.Logf(format, args...) })
89
defer healthyDerpSrv.Close()
0 commit comments