We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef955d0 commit cd652b0Copy full SHA for cd652b0
opentelemetry-otlp/tests/integration_test/tests/logs.rs
@@ -68,7 +68,7 @@ mod logtests {
68
Ok(())
69
}
70
71
- #[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."]
72
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
73
#[cfg(any(feature = "tonic-client", feature = "reqwest-blocking-client"))]
74
pub async fn logs_batch() -> Result<()> {
0 commit comments