Skip to content

Commit

Permalink
modify trace integration test feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Jan 17, 2025
1 parent f875c74 commit 65599bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opentelemetry-otlp/tests/integration_test/tests/traces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const LEMONS_KEY: Key = Key::from_static_str("lemons");
const ANOTHER_KEY: Key = Key::from_static_str("ex.com/another");

#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
#[cfg(any(feature = "tonic-client", feature = "reqwest-blocking-client"))]
pub async fn traces() -> Result<()> {
test_utils::start_collector_container().await?;

Expand Down

0 comments on commit 65599bb

Please sign in to comment.