Skip to content

Commit

Permalink
Disable Jaeger tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Aug 2, 2024
1 parent 5362580 commit f8c55b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickwit/quickwit-jaeger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ use tracing::{debug, error, instrument, warn, Span as RuntimeSpan};

use crate::metrics::JAEGER_SERVICE_METRICS;

#[cfg(test)]
mod integration_tests;
// #[cfg(test)]
// mod integration_tests;
mod metrics;

// OpenTelemetry to Jaeger Transformation
Expand Down

0 comments on commit f8c55b6

Please sign in to comment.