Skip to content

Commit fd1d472

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
GCP-1829: Disable Flaky Synthetic Test (#2460)
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 3dff134 commit fd1d472

File tree

3 files changed

+6
-6
lines changed

3 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.6",
7-
"regenerated": "2024-09-04 13:35:29.778542",
8-
"spec_repo_commit": "b289628c"
7+
"regenerated": "2024-09-04 14:47:49.360265",
8+
"spec_repo_commit": "b31c228b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-04 13:35:29.797364",
13-
"spec_repo_commit": "b289628c"
12+
"regenerated": "2024-09-04 14:47:49.383154",
13+
"spec_repo_commit": "b31c228b"
1414
}
1515
}
1616
}

src/test/resources/com/datadog/api/client/v1/api/gcp_integration.feature

Lines changed: 1 addition & 1 deletion
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 400 Bad Request
4747

48-
@team:DataDog/gcp-integrations
48+
@skip-terraform-config @team:DataDog/gcp-integrations
4949
Scenario: List all GCP integrations returns "OK" response
5050
Given new "ListGCPIntegration" request
5151
When the request is sent

src/test/resources/com/datadog/api/client/v2/api/gcp_integration.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Feature: GCP Integration
131131
When the request is sent
132132
Then the response status is 404 Not Found
133133

134-
@team:DataDog/gcp-integrations
134+
@skip-terraform-config @team:DataDog/gcp-integrations
135135
Scenario: List all GCP STS-enabled service accounts returns "OK" response
136136
Given there is a valid "gcp_sts_account" in the system
137137
And new "ListGCPSTSAccounts" request

0 commit comments

Comments
 (0)