Skip to content

Commit

Permalink
[chore] [receiver/sqlquery] Skip TestOracleDBIntegrationMetrics (open…
Browse files Browse the repository at this point in the history
…-telemetry#27579)

To unblock the CI until
open-telemetry#27577
is fixed

(cherry picked from commit 0efc53a)
  • Loading branch information
dmitryax authored and sky333999 committed Oct 11, 2023
1 parent e45656c commit 89356de
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 89356de

Please sign in to comment.