File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ func TestAccTFETeamNotificationConfiguration_validateSchemaAttributesBadDestinat
354
354
}
355
355
356
356
func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesEmail (t * testing.T ) {
357
+ skipUnlessBeta (t )
357
358
tfeClient , err := getClientUsingEnv ()
358
359
if err != nil {
359
360
t .Fatal (err )
@@ -403,6 +404,7 @@ func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesEmail
403
404
}
404
405
405
406
func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesGeneric (t * testing.T ) {
407
+ skipUnlessBeta (t )
406
408
tfeClient , err := getClientUsingEnv ()
407
409
if err != nil {
408
410
t .Fatal (err )
@@ -456,6 +458,7 @@ func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesGener
456
458
}
457
459
458
460
func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesSlack (t * testing.T ) {
461
+ skipUnlessBeta (t )
459
462
tfeClient , err := getClientUsingEnv ()
460
463
if err != nil {
461
464
t .Fatal (err )
@@ -513,6 +516,7 @@ func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesSlack
513
516
}
514
517
515
518
func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesMicrosoftTeams (t * testing.T ) {
519
+ skipUnlessBeta (t )
516
520
tfeClient , err := getClientUsingEnv ()
517
521
if err != nil {
518
522
t .Fatal (err )
You can’t perform that action at this time.
0 commit comments