Skip to content

Commit 792b758

Browse files
committed
skipIfEnterprise
1 parent 42f1a61 commit 792b758

4 files changed

+8
-0
lines changed

internal/provider/resource_tfe_aws_oidc_configuration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import (
1010
)
1111

1212
func TestAccTFEAWSOIDCConfiguration_basic(t *testing.T) {
13+
skipIfEnterprise(t)
14+
1315
orgName := os.Getenv("HYOK_ORGANIZATION_NAME")
1416

1517
if orgName == "" {

internal/provider/resource_tfe_azure_oidc_configuration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import (
1010
)
1111

1212
func TestAccTFEAzureOIDCConfiguration_basic(t *testing.T) {
13+
skipIfEnterprise(t)
14+
1315
orgName := os.Getenv("HYOK_ORGANIZATION_NAME")
1416

1517
if orgName == "" {

internal/provider/resource_tfe_gcp_oidc_configuration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import (
1010
)
1111

1212
func TestAccTFEGCPOIDCConfiguration_basic(t *testing.T) {
13+
skipIfEnterprise(t)
14+
1315
orgName := os.Getenv("HYOK_ORGANIZATION_NAME")
1416

1517
if orgName == "" {

internal/provider/resource_tfe_vault_oidc_configuration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import (
1010
)
1111

1212
func TestAccTFEVaultOIDCConfiguration_basic(t *testing.T) {
13+
skipIfEnterprise(t)
14+
1315
orgName := os.Getenv("HYOK_ORGANIZATION_NAME")
1416

1517
if orgName == "" {

0 commit comments

Comments
 (0)