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