Skip to content

Commit 475987d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Skip terraform-config generation for noisy v2 Incidents synthetics (#3513)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 4c93309 commit 475987d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

tests/v2/features/incidents.feature

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Feature: Incidents
170170
When the request is sent
171171
Then the response status is 400 Bad Request
172172

173-
@skip-validation @team:Datadog/incident-app
173+
@skip-terraform-config @skip-validation @team:Datadog/incident-app
174174
Scenario: Create an incident type returns "CREATED" response
175175
Given operation "CreateIncidentType" enabled
176176
And new "CreateIncidentType" request
@@ -255,7 +255,7 @@ Feature: Incidents
255255
When the request is sent
256256
Then the response status is 400 Bad Request
257257

258-
@team:Datadog/incident-app
258+
@skip-terraform-config @team:Datadog/incident-app
259259
Scenario: Create incident notification rule returns "Created" response
260260
Given there is a valid "incident_type" in the system
261261
And operation "CreateIncidentNotificationRule" enabled
@@ -573,7 +573,7 @@ Feature: Incidents
573573
When the request is sent
574574
Then the response status is 404 Not Found
575575

576-
@team:Datadog/incident-app
576+
@skip-terraform-config @team:Datadog/incident-app
577577
Scenario: Delete incident notification rule returns "No Content" response
578578
Given there is a valid "incident_type" in the system
579579
And there is a valid "notification_rule" in the system
@@ -591,7 +591,7 @@ Feature: Incidents
591591
When the request is sent
592592
Then the response status is 404 Not Found
593593

594-
@team:Datadog/incident-app
594+
@skip-terraform-config @team:Datadog/incident-app
595595
Scenario: Delete incident notification template returns "No Content" response
596596
Given there is a valid "incident_type" in the system
597597
And there is a valid "notification_template" in the system
@@ -832,7 +832,7 @@ Feature: Incidents
832832
When the request is sent
833833
Then the response status is 404 Not Found
834834

835-
@team:Datadog/incident-app
835+
@skip-terraform-config @team:Datadog/incident-app
836836
Scenario: Get incident notification rule returns "OK" response
837837
Given there is a valid "incident_type" in the system
838838
And there is a valid "notification_rule" in the system
@@ -860,7 +860,7 @@ Feature: Incidents
860860
When the request is sent
861861
Then the response status is 404 Not Found
862862

863-
@team:Datadog/incident-app
863+
@skip-terraform-config @team:Datadog/incident-app
864864
Scenario: Get incident notification template returns "OK" response
865865
Given there is a valid "incident_type" in the system
866866
And there is a valid "notification_template" in the system
@@ -1075,7 +1075,7 @@ Feature: Incidents
10751075
When the request is sent
10761076
Then the response status is 404 Not Found
10771077

1078-
@team:Datadog/incident-app
1078+
@skip-terraform-config @team:Datadog/incident-app
10791079
Scenario: List incident notification rules returns "OK" response
10801080
Given there is a valid "incident_type" in the system
10811081
And there is a valid "notification_rule" in the system
@@ -1432,7 +1432,7 @@ Feature: Incidents
14321432
When the request is sent
14331433
Then the response status is 404 Not Found
14341434

1435-
@team:Datadog/incident-app
1435+
@skip-terraform-config @team:Datadog/incident-app
14361436
Scenario: Update incident notification rule returns "OK" response
14371437
Given there is a valid "incident_type" in the system
14381438
And there is a valid "notification_rule" in the system
@@ -1465,7 +1465,7 @@ Feature: Incidents
14651465
When the request is sent
14661466
Then the response status is 404 Not Found
14671467

1468-
@team:Datadog/incident-app
1468+
@skip-terraform-config @team:Datadog/incident-app
14691469
Scenario: Update incident notification template returns "OK" response
14701470
Given there is a valid "incident_type" in the system
14711471
And there is a valid "notification_template" in the system

0 commit comments

Comments
 (0)