Skip to content

Commit 6ad1d5c

Browse files
committed
Remove disabled for the async HTTP clients
1 parent 9011f63 commit 6ad1d5c

File tree

1 file changed

+0
-2
lines changed
  • opentelemetry-otlp/tests/integration_test/tests

1 file changed

+0
-2
lines changed

opentelemetry-otlp/tests/integration_test/tests/metrics.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ pub fn validate_metrics_against_results(scope_name: &str) -> Result<()> {
188188
/// TODO - fix this asynchronously.
189189
///
190190
#[cfg(test)]
191-
#[cfg(not(feature = "hyper-client"))]
192-
#[cfg(not(feature = "reqwest-client"))]
193191
#[cfg(not(feature = "reqwest-blocking-client"))]
194192
mod tests {
195193

0 commit comments

Comments
 (0)