From 2fd79c8ae9fe3f27b31987c369f6a5d35054f281 Mon Sep 17 00:00:00 2001 From: Dmitrii Anoshin Date: Mon, 9 Oct 2023 23:12:03 -0700 Subject: [PATCH] [chore] [receiver/sqlquery] Skip TestOracleDBIntegrationMetrics 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") }