Skip to content

Commit

Permalink
Remove disabled for the async HTTP clients
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgerring committed Dec 18, 2024
1 parent 9011f63 commit 6ad1d5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions opentelemetry-otlp/tests/integration_test/tests/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 6ad1d5c

Please sign in to comment.