Skip to content

Commit bd202eb

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Disables some tests to avoid fails as the service is disabled (#2727)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 1442d2f commit bd202eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "c09ac23",
3-
"generated": "2025-07-24 19:58:01.948"
2+
"spec_repo_commit": "d51e9a8",
3+
"generated": "2025-07-25 13:23:28.748"
44
}

tests/v2/features/data_deletion.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Feature: Data Deletion
1717
When the request is sent
1818
Then the response status is 400 Bad Request
1919

20-
@team:DataDog/supportability-engineering
20+
@replay-only @team:DataDog/supportability-engineering
2121
Scenario: Cancels a data deletion request returns "OK" response
2222
Given operation "CancelDataDeletionRequest" enabled
2323
And there is a valid "deletion_request" in the system
@@ -47,7 +47,7 @@ Feature: Data Deletion
4747
When the request is sent
4848
Then the response status is 400 Bad Request
4949

50-
@team:DataDog/supportability-engineering
50+
@replay-only @team:DataDog/supportability-engineering
5151
Scenario: Creates a data deletion request returns "OK" response
5252
Given operation "CreateDataDeletionRequest" enabled
5353
And new "CreateDataDeletionRequest" request
@@ -75,7 +75,7 @@ Feature: Data Deletion
7575
When the request is sent
7676
Then the response status is 400 Bad Request
7777

78-
@team:DataDog/supportability-engineering
78+
@replay-only @team:DataDog/supportability-engineering
7979
Scenario: Gets a list of data deletion requests returns "OK" response
8080
Given operation "GetDataDeletionRequests" enabled
8181
And there is a valid "deletion_request" in the system

0 commit comments

Comments
 (0)