Skip to content

Commit

Permalink
GCP-1829: Disable Flaky Synthetic Test (#2141)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Sep 4, 2024
1 parent 28b93c5 commit a9d9835
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-09-04 13:35:32.590120",
"spec_repo_commit": "b289628c"
"regenerated": "2024-09-04 14:47:52.517444",
"spec_repo_commit": "b31c228b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-09-04 13:35:32.608343",
"spec_repo_commit": "b289628c"
"regenerated": "2024-09-04 14:47:52.534363",
"spec_repo_commit": "b31c228b"
}
}
}
2 changes: 1 addition & 1 deletion tests/v1/features/gcp_integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Feature: GCP Integration
When the request is sent
Then the response status is 400 Bad Request

@team:DataDog/gcp-integrations
@skip-terraform-config @team:DataDog/gcp-integrations
Scenario: List all GCP integrations returns "OK" response
Given new "ListGCPIntegration" request
When the request is sent
Expand Down
2 changes: 1 addition & 1 deletion tests/v2/features/gcp_integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Feature: GCP Integration
When the request is sent
Then the response status is 404 Not Found

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

0 comments on commit a9d9835

Please sign in to comment.