Skip to content

Commit c39e30a

Browse files
committed
Address feedback
1 parent 56fb4f9 commit c39e30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ mod tests {
813813
}
814814

815815
#[tokio::test(flavor = "current_thread")]
816-
#[ignore = "Enable when this is fixed in the batch processor"]
816+
#[ignore = "See issue https://github.com/open-telemetry/opentelemetry-rust/issues/1968"]
817817
async fn test_batch_log_processor_shutdown_with_async_runtime() {
818818
let exporter = InMemoryLogsExporterBuilder::default()
819819
.keep_records_on_shutdown()

0 commit comments

Comments
 (0)