Skip to content

Commit 2506ae6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Skip gcp STS validation tests for now (#1327)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 4a4b394 commit 2506ae6

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.5",
7-
"regenerated": "2023-09-15 14:38:35.203433",
8-
"spec_repo_commit": "dfa5ada6"
7+
"regenerated": "2023-09-18 19:41:20.469205",
8+
"spec_repo_commit": "0e1d17c9"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.5",
12-
"regenerated": "2023-09-15 14:38:35.289343",
13-
"spec_repo_commit": "dfa5ada6"
12+
"regenerated": "2023-09-18 19:41:20.485433",
13+
"spec_repo_commit": "0e1d17c9"
1414
}
1515
}
1616
}

features/v2/gcp_integration.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Feature: GCP Integration
4545
When the request is sent
4646
Then the response status is 409 Conflict
4747

48-
@team:DataDog/gcp-integrations
48+
@skip-validation @team:DataDog/gcp-integrations
4949
Scenario: Create a new entry for your service account returns "OK" response
5050
Given new "CreateGCPSTSAccount" request
5151
And body with value {"data": {"attributes": {"client_email": "{{ unique_hash }}@test-project.iam.gserviceaccount.com", "host_filters": []}, "type": "gcp_service_account"}}
@@ -74,7 +74,7 @@ Feature: GCP Integration
7474
When the request is sent
7575
Then the response status is 404 Not Found
7676

77-
@team:DataDog/gcp-integrations
77+
@skip-validation @team:DataDog/gcp-integrations
7878
Scenario: List all GCP STS-enabled service accounts returns "OK" response
7979
Given there is a valid "gcp_sts_account" in the system
8080
And new "ListGCPSTSAccounts" request
@@ -105,7 +105,7 @@ Feature: GCP Integration
105105
When the request is sent
106106
Then the response status is 404 Not Found
107107

108-
@team:DataDog/gcp-integrations
108+
@skip-validation @team:DataDog/gcp-integrations
109109
Scenario: Update STS Service Account returns "OK" response
110110
Given there is a valid "gcp_sts_account" in the system
111111
And new "UpdateGCPSTSAccount" request

0 commit comments

Comments
 (0)