From 506a80bafa2aba2c436af65ec0c8aa124b0ddaaa Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Mon, 18 Nov 2024 22:42:27 +0100 Subject: [PATCH] Fix logs integration test --- testing/integration/logs_ingestion_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/integration/logs_ingestion_test.go b/testing/integration/logs_ingestion_test.go index 28b59463402..a55c22257f8 100644 --- a/testing/integration/logs_ingestion_test.go +++ b/testing/integration/logs_ingestion_test.go @@ -208,6 +208,7 @@ func testMonitoringLogsAreShipped( "add_cloud_metadata: received error for provider digitalocean: failed with http status code 404", "add_cloud_metadata: received error for provider azure: failed with http status code 404", "add_cloud_metadata: received error for provider openstack: failed with http status code 404", + "add_cloud_metadata: received error for provider gcp: failed with http status code 404", "elastic-agent-client error: rpc error: code = Canceled desc = context canceled", // can happen on restart "failed to invoke rollback watcher: failed to start Upgrade Watcher", // on debian this happens probably need to fix. "falling back to IMDSv1: operation error ec2imds: getToken", // okay for the cloud metadata to not work