From 6ad1d5c64d57132f2f0d79ecb3a50746c28cb90a Mon Sep 17 00:00:00 2001 From: Scott Gerring Date: Wed, 18 Dec 2024 14:11:20 +0100 Subject: [PATCH] Remove disabled for the async HTTP clients --- opentelemetry-otlp/tests/integration_test/tests/metrics.rs | 2 -- 1 file changed, 2 deletions(-) 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 {