diff --git a/.generated-info b/.generated-info index a851edc62..a9e1aab19 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "06ccc32", - "generated": "2025-07-21 14:00:09.710" + "spec_repo_commit": "4636dce", + "generated": "2025-07-21 16:28:17.155" } diff --git a/tests/scenarios/features/v2/data_deletion.feature b/tests/scenarios/features/v2/data_deletion.feature index 4085e586b..a8ab5cdb4 100644 --- a/tests/scenarios/features/v2/data_deletion.feature +++ b/tests/scenarios/features/v2/data_deletion.feature @@ -9,7 +9,7 @@ Feature: Data Deletion And a valid "appKeyAuth" key in the system And an instance of "DataDeletion" API - @replay-only @team:DataDog/supportability-engineering + @replay-only @skip @team:DataDog/supportability-engineering Scenario: Cancels a data deletion request returns "Bad Request" response Given operation "CancelDataDeletionRequest" enabled And new "CancelDataDeletionRequest" request @@ -17,7 +17,7 @@ Feature: Data Deletion When the request is sent Then the response status is 400 Bad Request - @team:DataDog/supportability-engineering + @skip @team:DataDog/supportability-engineering Scenario: Cancels a data deletion request returns "OK" response Given operation "CancelDataDeletionRequest" enabled And there is a valid "deletion_request" in the system @@ -30,7 +30,7 @@ Feature: Data Deletion And the response "data.attributes.product" is equal to "{{ deletion_request.data.attributes.product }}" And the response "data.attributes.status" is equal to "canceled" - @replay-only @team:DataDog/supportability-engineering + @replay-only @skip @team:DataDog/supportability-engineering Scenario: Cancels a data deletion request returns "Precondition failed error" response Given operation "CancelDataDeletionRequest" enabled And new "CancelDataDeletionRequest" request @@ -47,7 +47,7 @@ Feature: Data Deletion When the request is sent Then the response status is 400 Bad Request - @team:DataDog/supportability-engineering + @skip @team:DataDog/supportability-engineering Scenario: Creates a data deletion request returns "OK" response Given operation "CreateDataDeletionRequest" enabled And new "CreateDataDeletionRequest" request @@ -59,7 +59,7 @@ Feature: Data Deletion And the response "data.attributes.product" is equal to "logs" And the response "data.attributes.status" is equal to "pending" - @replay-only @team:DataDog/supportability-engineering + @replay-only @skip @team:DataDog/supportability-engineering Scenario: Creates a data deletion request returns "Precondition failed error" response Given operation "CreateDataDeletionRequest" enabled And new "CreateDataDeletionRequest" request @@ -75,7 +75,7 @@ Feature: Data Deletion When the request is sent Then the response status is 400 Bad Request - @team:DataDog/supportability-engineering + @skip @team:DataDog/supportability-engineering Scenario: Gets a list of data deletion requests returns "OK" response Given operation "GetDataDeletionRequests" enabled And there is a valid "deletion_request" in the system