From 88eb6ce378b9c9a9f05bff09e57b47933167229c Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Thu, 13 Jun 2024 11:38:51 +0400 Subject: [PATCH] fix: fix flake in TestDERPEndToEnd (#13564) --- 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 145a69a95e..cff04e26a4 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{