Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: fix flake in TestDERPEndToEnd
  • Loading branch information
spikecurtis committed Jun 13, 2024
commit 628cfcd2a4fc7dc36ff9d749dbda63bf75646d37
1 change: 1 addition & 0 deletions enterprise/wsproxy/wsproxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down