diff --git a/octopusdeploy_framework/testing_container_test.go b/octopusdeploy_framework/testing_container_test.go index 49319d02..7aa3fb00 100644 --- a/octopusdeploy_framework/testing_container_test.go +++ b/octopusdeploy_framework/testing_container_test.go @@ -25,6 +25,7 @@ var err error func TestMain(m *testing.M) { flag.Parse() // Parse the flags os.Setenv("TF_ACC", "1") + os.Setenv("OCTOPUS__FeatureToggles__DeploymentFreezeByTenantFeatureToggle", "true") if *createSharedContainer { testFramework := test.OctopusContainerTest{}