Skip to content

Commit

Permalink
[chore] [receiver/sqlquery] Skip TestOracleDBIntegrationMetrics (#27579)
Browse files Browse the repository at this point in the history
To unblock the CI until
#27577
is fixed
  • Loading branch information
dmitryax committed Oct 10, 2023
1 parent bed78f3 commit 0efc53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions receiver/sqlqueryreceiver/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 0efc53a

Please sign in to comment.