Skip to content

Commit e207181

Browse files
committed
skip additional team notification tests
1 parent ee5f134 commit e207181

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/provider/resource_tfe_team_notification_configuration_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ func TestAccTFETeamNotificationConfiguration_validateSchemaAttributesBadDestinat
354354
}
355355

356356
func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesEmail(t *testing.T) {
357+
skipUnlessBeta(t)
357358
tfeClient, err := getClientUsingEnv()
358359
if err != nil {
359360
t.Fatal(err)
@@ -403,6 +404,7 @@ func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesEmail
403404
}
404405

405406
func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesGeneric(t *testing.T) {
407+
skipUnlessBeta(t)
406408
tfeClient, err := getClientUsingEnv()
407409
if err != nil {
408410
t.Fatal(err)
@@ -456,6 +458,7 @@ func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesGener
456458
}
457459

458460
func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesSlack(t *testing.T) {
461+
skipUnlessBeta(t)
459462
tfeClient, err := getClientUsingEnv()
460463
if err != nil {
461464
t.Fatal(err)
@@ -513,6 +516,7 @@ func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesSlack
513516
}
514517

515518
func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesMicrosoftTeams(t *testing.T) {
519+
skipUnlessBeta(t)
516520
tfeClient, err := getClientUsingEnv()
517521
if err != nil {
518522
t.Fatal(err)

0 commit comments

Comments
 (0)