We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485098b commit 1d05c8bCopy full SHA for 1d05c8b
opentelemetry-otlp/tests/integration_test/tests/traces.rs
@@ -141,7 +141,7 @@ pub fn test_serde() -> Result<()> {
141
Ok(())
142
}
143
144
-#[ignore = "TODO: [Fix Me] Ignored due to concurrent test failures. Needs resolution."]
+#[ignore = "TODO: [Fix Me] Failing on CI. Needs to be investigated and resolved."]
145
#[test]
146
#[cfg(any(feature = "tonic-client", feature = "reqwest-blocking-client"))]
147
pub fn span_batch_non_tokio_main() -> Result<()> {
0 commit comments