Skip to content

Commit fe94e9a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Stop terraformed toplist widget test until terraform generator is fixed (#611)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent af4d486 commit fe94e9a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-16 16:48:17.985349",
8-
"spec_repo_commit": "eb250e74"
7+
"regenerated": "2025-04-16 20:33:07.120749",
8+
"spec_repo_commit": "9708d631"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-16 16:48:18.001246",
13-
"spec_repo_commit": "eb250e74"
12+
"regenerated": "2025-04-16 20:33:07.136788",
13+
"spec_repo_commit": "9708d631"
1414
}
1515
}
1616
}

tests/scenarios/features/v1/dashboards.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Feature: Dashboards
206206
And the response "widgets[0].definition.requests[0].sort.order_by[0].type" is equal to "group"
207207
And the response "widgets[0].definition.requests[0].sort.order_by[0].name" is equal to "service"
208208

209-
@skip-typescript @team:DataDog/dashboards-backend
209+
@skip-terraform-config @skip-typescript @team:DataDog/dashboards-backend
210210
Scenario: Create a new dashboard with a toplist widget with stacked type and no legend specified
211211
Given new "CreateDashboard" request
212212
And body with value {"title":"{{ unique }}","description":"","widgets":[{"layout":{"x":0,"y":0,"width":47,"height":15},"definition":{"title":"","title_size":"16","title_align":"left","time":{},"style":{"display": {"type": "stacked"},"scaling": "relative","palette": "dog_classic"},"type":"toplist","requests":[{"queries":[{"data_source":"metrics","name":"query1","query":"avg:system.cpu.user{*} by {service}","aggregator":"avg"}],"formulas":[{"formula":"query1"}],"sort":{"count":10,"order_by":[{"type":"group","name":"service","order":"asc"}]},"response_format":"scalar"}]}}],"template_variables":[],"layout_type":"free","notify_list":[]}

0 commit comments

Comments
 (0)