Skip to content

Commit

Permalink
Leave comment to indicate why tests are ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbodd committed Feb 14, 2024
1 parent 34093a9 commit 6d7c8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ 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> {
Expand Down
1 change: 1 addition & 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,7 @@ 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() {
Expand Down

0 comments on commit 6d7c8bf

Please sign in to comment.