test: skip flaky HealthyWithNodeDegraded (#10826)

This commit is contained in:
Marcin Tojek 2023-11-21 20:46:58 +01:00 committed by GitHub
parent 1c2f9e3199
commit 214123d476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ func TestDERP(t *testing.T) {
t.Run("HealthyWithNodeDegraded", func(t *testing.T) {
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...) })
defer healthyDerpSrv.Close()