Skip to content

Commit

Permalink
try turn on feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
HuyPhanNguyen committed Dec 5, 2024
1 parent e671374 commit 1a920da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octopusdeploy_framework/testing_container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
Expand Down

0 comments on commit 1a920da

Please sign in to comment.