mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
fix: fix flake in TestDERPEndToEnd (#13564)
This commit is contained in:
@ -324,6 +324,7 @@ func TestDERPEndToEnd(t *testing.T) {
|
|||||||
deploymentValues.Experiments = []string{
|
deploymentValues.Experiments = []string{
|
||||||
"*",
|
"*",
|
||||||
}
|
}
|
||||||
|
deploymentValues.DERP.Config.BlockDirect = true
|
||||||
|
|
||||||
client, closer, api, user := coderdenttest.NewWithAPI(t, &coderdenttest.Options{
|
client, closer, api, user := coderdenttest.NewWithAPI(t, &coderdenttest.Options{
|
||||||
Options: &coderdtest.Options{
|
Options: &coderdtest.Options{
|
||||||
|
Reference in New Issue
Block a user