Skip to content

Commit 6fb2bba

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Skip a few usage tests (#1320)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent b6f8a8c commit 6fb2bba

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2023-02-01 18:26:09.487215",
8-
"spec_repo_commit": "a7d9eeca"
7+
"regenerated": "2023-02-02 14:04:23.509944",
8+
"spec_repo_commit": "2cc8984b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-02-01 18:26:09.498749",
13-
"spec_repo_commit": "a7d9eeca"
12+
"regenerated": "2023-02-02 14:04:23.521846",
13+
"spec_repo_commit": "2cc8984b"
1414
}
1515
}
1616
}

tests/v1/features/usage_metering.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -708,13 +708,13 @@ Feature: Usage Metering
708708
When the request is sent
709709
Then the response status is 200 OK
710710

711-
@team:DataDog/red-zone-revenue-query
711+
@skip @team:DataDog/red-zone-revenue-query
712712
Scenario: Get the list of available daily custom reports returns "OK" response
713713
Given new "GetDailyCustomReports" request
714714
When the request is sent
715715
Then the response status is 200 OK
716716

717-
@team:DataDog/red-zone-revenue-query
717+
@skip @team:DataDog/red-zone-revenue-query
718718
Scenario: Get the list of available monthly custom reports returns "OK" response
719719
Given new "GetMonthlyCustomReports" request
720720
When the request is sent
@@ -734,7 +734,7 @@ Feature: Usage Metering
734734
When the request is sent
735735
Then the response status is 200 OK
736736

737-
@team:DataDog/red-zone-revenue-query
737+
@skip @team:DataDog/red-zone-revenue-query
738738
Scenario: Get usage attribution returns "OK" response
739739
Given new "GetUsageAttribution" request
740740
And request contains "start_month" parameter with value "{{ timeISO('now - 3d') }}"

0 commit comments

Comments
 (0)