Skip to content

Commit 07477b9

Browse files
committed
Add skipUnlessBeta to team notification configuration tests until feature is GA
1 parent 87e4bef commit 07477b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

team_notification_configuration_integration_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
)
1414

1515
func TestTeamNotificationConfigurationList(t *testing.T) {
16+
skipUnlessBeta(t)
1617
client := testClient(t)
1718
ctx := context.Background()
1819

@@ -78,6 +79,7 @@ func TestTeamNotificationConfigurationList(t *testing.T) {
7879
}
7980

8081
func TestTeamNotificationConfigurationCreate(t *testing.T) {
82+
skipUnlessBeta(t)
8183
client := testClient(t)
8284
ctx := context.Background()
8385

@@ -214,6 +216,7 @@ func TestTeamNotificationConfigurationCreate(t *testing.T) {
214216
}
215217

216218
func TestTeamNotificationConfigurationsCreate_byType(t *testing.T) {
219+
skipUnlessBeta(t)
217220
t.Parallel()
218221

219222
client := testClient(t)
@@ -253,6 +256,7 @@ func TestTeamNotificationConfigurationsCreate_byType(t *testing.T) {
253256
}
254257

255258
func TestTeamNotificationConfigurationRead(t *testing.T) {
259+
skipUnlessBeta(t)
256260
client := testClient(t)
257261
ctx := context.Background()
258262

@@ -285,6 +289,7 @@ func TestTeamNotificationConfigurationRead(t *testing.T) {
285289
}
286290

287291
func TestTeamNotificationConfigurationUpdate(t *testing.T) {
292+
skipUnlessBeta(t)
288293
client := testClient(t)
289294
ctx := context.Background()
290295

@@ -393,6 +398,7 @@ func TestTeamNotificationConfigurationUpdate(t *testing.T) {
393398
}
394399

395400
func TestTeamNotificationConfigurationDelete(t *testing.T) {
401+
skipUnlessBeta(t)
396402
client := testClient(t)
397403
ctx := context.Background()
398404

@@ -426,6 +432,7 @@ func TestTeamNotificationConfigurationDelete(t *testing.T) {
426432
}
427433

428434
func TestTeamNotificationConfigurationVerify(t *testing.T) {
435+
skipUnlessBeta(t)
429436
client := testClient(t)
430437
ctx := context.Background()
431438

0 commit comments

Comments
 (0)