From 628cfcd2a4fc7dc36ff9d749dbda63bf75646d37 Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Thu, 13 Jun 2024 10:42:31 +0400 Subject: [PATCH] fix: fix flake in TestDERPEndToEnd --- enterprise/wsproxy/wsproxy_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/enterprise/wsproxy/wsproxy_test.go b/enterprise/wsproxy/wsproxy_test.go index 145a69a95e846..cff04e26a4296 100644 --- a/enterprise/wsproxy/wsproxy_test.go +++ b/enterprise/wsproxy/wsproxy_test.go @@ -324,6 +324,7 @@ func TestDERPEndToEnd(t *testing.T) { deploymentValues.Experiments = []string{ "*", } + deploymentValues.DERP.Config.BlockDirect = true client, closer, api, user := coderdenttest.NewWithAPI(t, &coderdenttest.Options{ Options: &coderdtest.Options{