We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fb4f9 commit c39e30aCopy full SHA for c39e30a
opentelemetry-sdk/src/logs/log_processor.rs
@@ -813,7 +813,7 @@ mod tests {
813
}
814
815
#[tokio::test(flavor = "current_thread")]
816
- #[ignore = "Enable when this is fixed in the batch processor"]
+ #[ignore = "See issue https://github.com/open-telemetry/opentelemetry-rust/issues/1968"]
817
async fn test_batch_log_processor_shutdown_with_async_runtime() {
818
let exporter = InMemoryLogsExporterBuilder::default()
819
.keep_records_on_shutdown()
0 commit comments