mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
test: skip flaky HealthyWithNodeDegraded (#10826)
This commit is contained in:
@ -83,6 +83,7 @@ func TestDERP(t *testing.T) {
|
|||||||
|
|
||||||
t.Run("HealthyWithNodeDegraded", func(t *testing.T) {
|
t.Run("HealthyWithNodeDegraded", func(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
t.Skip("https://github.com/coder/coder/issues/10824")
|
||||||
|
|
||||||
healthyDerpSrv := derp.NewServer(key.NewNode(), func(format string, args ...any) { t.Logf(format, args...) })
|
healthyDerpSrv := derp.NewServer(key.NewNode(), func(format string, args ...any) { t.Logf(format, args...) })
|
||||||
defer healthyDerpSrv.Close()
|
defer healthyDerpSrv.Close()
|
||||||
|
Reference in New Issue
Block a user