@@ -13,6 +13,7 @@ import (
13
13
)
14
14
15
15
func TestTeamNotificationConfigurationList (t * testing.T ) {
16
+ skipUnlessBeta (t )
16
17
client := testClient (t )
17
18
ctx := context .Background ()
18
19
@@ -78,6 +79,7 @@ func TestTeamNotificationConfigurationList(t *testing.T) {
78
79
}
79
80
80
81
func TestTeamNotificationConfigurationCreate (t * testing.T ) {
82
+ skipUnlessBeta (t )
81
83
client := testClient (t )
82
84
ctx := context .Background ()
83
85
@@ -214,6 +216,7 @@ func TestTeamNotificationConfigurationCreate(t *testing.T) {
214
216
}
215
217
216
218
func TestTeamNotificationConfigurationsCreate_byType (t * testing.T ) {
219
+ skipUnlessBeta (t )
217
220
t .Parallel ()
218
221
219
222
client := testClient (t )
@@ -253,6 +256,7 @@ func TestTeamNotificationConfigurationsCreate_byType(t *testing.T) {
253
256
}
254
257
255
258
func TestTeamNotificationConfigurationRead (t * testing.T ) {
259
+ skipUnlessBeta (t )
256
260
client := testClient (t )
257
261
ctx := context .Background ()
258
262
@@ -285,6 +289,7 @@ func TestTeamNotificationConfigurationRead(t *testing.T) {
285
289
}
286
290
287
291
func TestTeamNotificationConfigurationUpdate (t * testing.T ) {
292
+ skipUnlessBeta (t )
288
293
client := testClient (t )
289
294
ctx := context .Background ()
290
295
@@ -393,6 +398,7 @@ func TestTeamNotificationConfigurationUpdate(t *testing.T) {
393
398
}
394
399
395
400
func TestTeamNotificationConfigurationDelete (t * testing.T ) {
401
+ skipUnlessBeta (t )
396
402
client := testClient (t )
397
403
ctx := context .Background ()
398
404
@@ -426,6 +432,7 @@ func TestTeamNotificationConfigurationDelete(t *testing.T) {
426
432
}
427
433
428
434
func TestTeamNotificationConfigurationVerify (t * testing.T ) {
435
+ skipUnlessBeta (t )
429
436
client := testClient (t )
430
437
ctx := context .Background ()
431
438
0 commit comments