Skip to content

Commit a9d9835

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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": "2024-09-04 13:35:32.590120",
8-
"spec_repo_commit": "b289628c"
7+
"regenerated": "2024-09-04 14:47:52.517444",
8+
"spec_repo_commit": "b31c228b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-04 13:35:32.608343",
13-
"spec_repo_commit": "b289628c"
12+
"regenerated": "2024-09-04 14:47:52.534363",
13+
"spec_repo_commit": "b31c228b"
1414
}
1515
}
1616
}

tests/v1/features/gcp_integration.feature

+1-1
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

tests/v2/features/gcp_integration.feature

+1-1
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)