diff --git a/opentelemetry-otlp/tests/integration_test/tests/metrics.rs b/opentelemetry-otlp/tests/integration_test/tests/metrics.rs index b1b6a5ebdd..2e27eed224 100644 --- a/opentelemetry-otlp/tests/integration_test/tests/metrics.rs +++ b/opentelemetry-otlp/tests/integration_test/tests/metrics.rs @@ -188,8 +188,6 @@ pub fn validate_metrics_against_results(scope_name: &str) -> Result<()> { /// TODO - fix this asynchronously. /// #[cfg(test)] -#[cfg(not(feature = "hyper-client"))] -#[cfg(not(feature = "reqwest-client"))] #[cfg(not(feature = "reqwest-blocking-client"))] mod tests {