From cd652b031c79c863088058932fff8374eae722d6 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Wed, 15 Jan 2025 13:47:44 -0800 Subject: [PATCH] enable both --- opentelemetry-otlp/tests/integration_test/tests/logs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-otlp/tests/integration_test/tests/logs.rs b/opentelemetry-otlp/tests/integration_test/tests/logs.rs index 2f29fe112e..291deb748b 100644 --- a/opentelemetry-otlp/tests/integration_test/tests/logs.rs +++ b/opentelemetry-otlp/tests/integration_test/tests/logs.rs @@ -68,7 +68,7 @@ mod logtests { Ok(()) } - #[ignore = "TODO: [Fix Me] Failing on CI. Needs to be investigated and resolved."] + // #[ignore = "TODO: [Fix Me] Failing on CI. Needs to be investigated and resolved."] #[tokio::test(flavor = "multi_thread", worker_threads = 4)] #[cfg(any(feature = "tonic-client", feature = "reqwest-blocking-client"))] pub async fn logs_batch() -> Result<()> {