Skip to content

Commit 628cfcd

Browse files
committed
fix: fix flake in TestDERPEndToEnd
1 parent fc09077 commit 628cfcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enterprise/wsproxy/wsproxy_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ func TestDERPEndToEnd(t *testing.T) {
324324
deploymentValues.Experiments = []string{
325325
"*",
326326
}
327+
deploymentValues.DERP.Config.BlockDirect = true
327328

328329
client, closer, api, user := coderdenttest.NewWithAPI(t, &coderdenttest.Options{
329330
Options: &coderdtest.Options{

0 commit comments

Comments
 (0)