Skip to content

Commit 65599bb

Browse files
committed
modify trace integration test feature flag
1 parent f875c74 commit 65599bb

File tree

1 file changed

+1
-0
lines changed
  • opentelemetry-otlp/tests/integration_test/tests

1 file changed

+1
-0
lines changed

opentelemetry-otlp/tests/integration_test/tests/traces.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const LEMONS_KEY: Key = Key::from_static_str("lemons");
4848
const ANOTHER_KEY: Key = Key::from_static_str("ex.com/another");
4949

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

0 commit comments

Comments
 (0)