From 1a920dac42e6fb8934b8634d3fb40d17ece43afa Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Fri, 6 Dec 2024 09:33:50 +1000 Subject: [PATCH] try turn on feature flag --- octopusdeploy_framework/testing_container_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/octopusdeploy_framework/testing_container_test.go b/octopusdeploy_framework/testing_container_test.go index 49319d02e..7aa3fb009 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{}