Skip to content

Commit 4da422d

Browse files
api-clients-generation-pipeline[bot]jirikuncarci.datadog-api-spec
authored
ci: skip schema validation for scenarios with skip-validate tag (#325)
* Add skip-validation to metrics scenario using deflate * Regenerate client from commit 303d2e3 of spec repo Co-authored-by: Jiri Kuncar <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent e49a771 commit 4da422d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.5.1.dev2",
7-
"regenerated": "2021-10-18 10:08:46.531055",
8-
"spec_repo_commit": "532aa21"
7+
"regenerated": "2021-10-18 10:35:01.899116",
8+
"spec_repo_commit": "303d2e3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-10-18 10:09:49.342875",
13-
"spec_repo_commit": "532aa21"
12+
"regenerated": "2021-10-18 10:35:54.612531",
13+
"spec_repo_commit": "303d2e3"
1414
}
1515
}
1616
}

features/v1/metrics.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Feature: Metrics
100100
When the request is sent
101101
Then the response status is 200 OK
102102

103-
@integration-only
103+
@integration-only @skip-validation
104104
Scenario: Submit deflate metrics returns "Payload accepted" response
105105
Given new "SubmitMetrics" request
106106
And body with value {"series": [{"metric": "system.load.1", "type": "gauge", "points": [[{{ timestamp("now") }}, 1.1]], "tags": ["test:{{ unique_alnum }}"]}]}

0 commit comments

Comments
 (0)