Skip to content

Commit a64d3ad

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
skip all custom frameworks tests (#2543)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 444e7f4 commit a64d3ad

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-04-30 19:54:48.882466",
8-
"spec_repo_commit": "4f95b6c2"
7+
"regenerated": "2025-05-01 18:50:10.700756",
8+
"spec_repo_commit": "7eb88f6a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-30 19:54:49.044889",
13-
"spec_repo_commit": "4f95b6c2"
12+
"regenerated": "2025-05-01 18:50:10.716342",
13+
"spec_repo_commit": "7eb88f6a"
1414
}
1515
}
1616
}

tests/v2/features/security_monitoring.feature

+3-3
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Feature: Security Monitoring
186186
When the request is sent
187187
Then the response status is 409 Conflict
188188

189-
@team:DataDog/k9-cloud-security-platform
189+
@replay-only @team:DataDog/k9-cloud-security-platform
190190
Scenario: Create a custom framework returns "OK" response
191191
Given new "CreateCustomFramework" request
192192
And body with value {"data":{"type":"custom_framework","attributes":{"name":"name","handle":"create-framework-new","version":"10","icon_url":"test-url","requirements":[{"name":"requirement","controls":[{"name":"control","rules_id":["def-000-be9"]}]}]}}}
@@ -364,7 +364,7 @@ Feature: Security Monitoring
364364
When the request is sent
365365
Then the response status is 400 Bad Request
366366

367-
@team:DataDog/k9-cloud-security-platform
367+
@replay-only @team:DataDog/k9-cloud-security-platform
368368
Scenario: Delete a custom framework returns "OK" response
369369
Given there is a valid "custom_framework" in the system
370370
And new "DeleteCustomFramework" request
@@ -1150,7 +1150,7 @@ Feature: Security Monitoring
11501150
When the request is sent
11511151
Then the response status is 400 Bad Request
11521152

1153-
@team:DataDog/k9-cloud-security-platform
1153+
@replay-only @team:DataDog/k9-cloud-security-platform
11541154
Scenario: Update a custom framework returns "OK" response
11551155
Given there is a valid "custom_framework" in the system
11561156
And new "UpdateCustomFramework" request

0 commit comments

Comments
 (0)