Skip to content

Commit a3a19e7

Browse files
authored
Merge pull request #1041 from hashicorp/fixing-nightly-tests-uses-code-gated-by-FF
Nightly Fix: Test using FF gated code not marked with `skipUnlessBeta`
2 parents fdfb60c + 163d222 commit a3a19e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin_terraform_version_integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ func TestAdminTerraformVersions_List(t *testing.T) {
9797

9898
func TestAdminTerraformVersions_CreateDelete(t *testing.T) {
9999
skipUnlessEnterprise(t)
100+
skipUnlessBeta(t)
100101

101102
client := testClient(t)
102103
ctx := context.Background()

0 commit comments

Comments
 (0)