Skip to content

Commit 24b5165

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Skip IDP validation tests (#1242)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent af727e5 commit 24b5165

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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": "2022-11-18 07:41:33.828692",
8-
"spec_repo_commit": "924476da"
7+
"regenerated": "2022-11-18 17:23:41.566917",
8+
"spec_repo_commit": "b939bbb4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-11-18 07:41:33.839885",
13-
"spec_repo_commit": "924476da"
12+
"regenerated": "2022-11-18 17:23:41.583133",
13+
"spec_repo_commit": "b939bbb4"
1414
}
1515
}
1616
}

tests/v2/features/organizations.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Feature: Organizations
99
And an instance of "Organizations" API
1010
And new "UploadIdPMetadata" request
1111

12-
@skip-go @skip-java @skip-python @skip-ruby @skip-terraform-config @skip-typescript @team:DataDog/team-aaa-identity
12+
@skip-go @skip-java @skip-python @skip-ruby @skip-terraform-config @skip-typescript @skip-validation @team:DataDog/team-aaa-identity
1313
Scenario: Upload IdP metadata returns "Bad Request - caused by either malformed XML or invalid SAML IdP metadata" response
1414
Given request contains "idp_file" parameter with value "fixtures/organizations/saml_configurations/invalid_idp_metadata.xml"
1515
When the request is sent
@@ -20,7 +20,7 @@ Feature: Organizations
2020
When the request is sent
2121
Then the response status is 400 Bad Request
2222

23-
@skip-go @skip-java @skip-python @skip-ruby @skip-terraform-config @skip-typescript @team:DataDog/team-aaa-identity
23+
@skip-go @skip-java @skip-python @skip-ruby @skip-terraform-config @skip-typescript @skip-validation @team:DataDog/team-aaa-identity
2424
Scenario: Upload IdP metadata returns "OK" response
2525
Given request contains "idp_file" parameter with value "fixtures/organizations/saml_configurations/valid_idp_metadata.xml"
2626
When the request is sent

0 commit comments

Comments
 (0)