fix: fix flake in TestDERPEndToEnd (#13564)

This commit is contained in:
Spike Curtis
2024-06-13 11:38:51 +04:00
committed by GitHub
parent fc09077b7b
commit 88eb6ce378

View File

@ -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{