Skip to content

Commit 9b43aa7

Browse files
committed
ingore
1 parent f72192b commit 9b43aa7

File tree

1 file changed

+3
-0
lines changed
  • opentelemetry-otlp/src/exporter

1 file changed

+3
-0
lines changed

opentelemetry-otlp/src/exporter/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ mod tests {
342342
#[cfg(feature = "logs")]
343343
#[cfg(any(feature = "http-proto", feature = "http-json"))]
344344
#[test]
345+
#[ignore = "Unstable due to interference from env variable tests. Re-enable after https://github.com/open-telemetry/opentelemetry-rust/issues/2818 is resolved."]
346+
345347
fn export_builder_error_invalid_http_endpoint() {
346348
use std::time::Duration;
347349

@@ -370,6 +372,7 @@ mod tests {
370372

371373
#[cfg(feature = "grpc-tonic")]
372374
#[tokio::test]
375+
#[ignore = "Unstable due to interference from env variable tests. Re-enable after https://github.com/open-telemetry/opentelemetry-rust/issues/2818 is resolved."]
373376
async fn export_builder_error_invalid_grpc_endpoint() {
374377
use std::time::Duration;
375378

0 commit comments

Comments
 (0)