From 0efc53acfe4e89725b30a8444499c9513dc1a7e9 Mon Sep 17 00:00:00 2001 From: Dmitrii Anoshin Date: Tue, 10 Oct 2023 00:17:32 -0700 Subject: [PATCH] [chore] [receiver/sqlquery] Skip TestOracleDBIntegrationMetrics (#27579) To unblock the CI until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27577 is fixed --- receiver/sqlqueryreceiver/integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/receiver/sqlqueryreceiver/integration_test.go b/receiver/sqlqueryreceiver/integration_test.go index 4fd470c2f909..3fc9a558b30e 100644 --- a/receiver/sqlqueryreceiver/integration_test.go +++ b/receiver/sqlqueryreceiver/integration_test.go @@ -443,6 +443,7 @@ func TestPostgresqlIntegrationMetrics(t *testing.T) { // This test ensures the collector can connect to an Oracle DB, and properly get metrics. It's not intended to // test the receiver itself. func TestOracleDBIntegrationMetrics(t *testing.T) { + t.Skip("Skipping the test until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27577 is fixed") if runtime.GOARCH == "arm64" { t.Skip("Incompatible with arm64") }