Skip to content

Commit cd652b0

Browse files
committed
enable both
1 parent ef955d0 commit cd652b0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ mod logtests {
6868
Ok(())
6969
}
7070

71-
#[ignore = "TODO: [Fix Me] Failing on CI. Needs to be investigated and resolved."]
71+
// #[ignore = "TODO: [Fix Me] Failing on CI. Needs to be investigated and resolved."]
7272
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
7373
#[cfg(any(feature = "tonic-client", feature = "reqwest-blocking-client"))]
7474
pub async fn logs_batch() -> Result<()> {

0 commit comments

Comments
 (0)