Skip to content

Commit

Permalink
Ignore flaky opentelemetry-jaeger tests (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbodd committed Feb 14, 2024
1 parent 87153d3 commit 054b0c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ mod collector_client_tests {
use opentelemetry::trace::TraceError;
use opentelemetry_sdk::runtime::Tokio;

// Ignore this test as it is flaky and the opentelemetry-jaeger is on-track for deprecation
#[ignore]
#[test]
fn test_bring_your_own_client() -> Result<(), TraceError> {
let invalid_uri_builder = new_collector_pipeline()
Expand Down
2 changes: 2 additions & 0 deletions opentelemetry-jaeger/src/exporter/config/collector/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ mod tests {
assert!(valid_uri.is_ok());
}

// Ignore this test as it is flaky and the opentelemetry-jaeger is on-track for deprecation
#[ignore]
#[test]
fn test_collector_exporter() {
let exporter = new_collector_pipeline()
Expand Down

0 comments on commit 054b0c8

Please sign in to comment.