@@ -15,6 +15,7 @@ import (
15
15
)
16
16
17
17
func TestAccTFETeamNotificationConfiguration_basic (t * testing.T ) {
18
+ skipUnlessBeta (t )
18
19
tfeClient , err := getClientUsingEnv ()
19
20
if err != nil {
20
21
t .Fatal (err )
@@ -53,6 +54,7 @@ func TestAccTFETeamNotificationConfiguration_basic(t *testing.T) {
53
54
}
54
55
55
56
func TestAccTFETeamNotificationConfiguration_emailUserIDs (t * testing.T ) {
57
+ skipUnlessBeta (t )
56
58
tfeClient , err := getClientUsingEnv ()
57
59
if err != nil {
58
60
t .Fatal (err )
@@ -91,6 +93,7 @@ func TestAccTFETeamNotificationConfiguration_emailUserIDs(t *testing.T) {
91
93
}
92
94
93
95
func TestAccTFETeamNotificationConfiguration_update (t * testing.T ) {
96
+ skipUnlessBeta (t )
94
97
tfeClient , err := getClientUsingEnv ()
95
98
if err != nil {
96
99
t .Fatal (err )
@@ -151,6 +154,7 @@ func TestAccTFETeamNotificationConfiguration_update(t *testing.T) {
151
154
}
152
155
153
156
func TestAccTFETeamNotificationConfiguration_updateEmailUserIDs (t * testing.T ) {
157
+ skipUnlessBeta (t )
154
158
tfeClient , err := getClientUsingEnv ()
155
159
if err != nil {
156
160
t .Fatal (err )
@@ -562,6 +566,7 @@ func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesMicro
562
566
}
563
567
564
568
func TestAccTFETeamNotificationConfiguration_duplicateTriggers (t * testing.T ) {
569
+ skipUnlessBeta (t )
565
570
tfeClient , err := getClientUsingEnv ()
566
571
if err != nil {
567
572
t .Fatal (err )
@@ -600,6 +605,7 @@ func TestAccTFETeamNotificationConfiguration_duplicateTriggers(t *testing.T) {
600
605
}
601
606
602
607
func TestAccTFETeamNotificationConfigurationImport_basic (t * testing.T ) {
608
+ skipUnlessBeta (t )
603
609
tfeClient , err := getClientUsingEnv ()
604
610
if err != nil {
605
611
t .Fatal (err )
@@ -628,6 +634,7 @@ func TestAccTFETeamNotificationConfigurationImport_basic(t *testing.T) {
628
634
}
629
635
630
636
func TestAccTFETeamNotificationConfigurationImport_emailUserIDs (t * testing.T ) {
637
+ skipUnlessBeta (t )
631
638
tfeClient , err := getClientUsingEnv ()
632
639
if err != nil {
633
640
t .Fatal (err )
@@ -656,6 +663,7 @@ func TestAccTFETeamNotificationConfigurationImport_emailUserIDs(t *testing.T) {
656
663
}
657
664
658
665
func TestAccTFETeamNotificationConfigurationImport_emptyEmailUserIDs (t * testing.T ) {
666
+ skipUnlessBeta (t )
659
667
tfeClient , err := getClientUsingEnv ()
660
668
if err != nil {
661
669
t .Fatal (err )
0 commit comments