We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a55f14 commit acb4d17Copy full SHA for acb4d17
opentelemetry-sdk/src/metrics/mod.rs
@@ -593,7 +593,7 @@ mod tests {
593
// "multi_thread" tokio flavor must be used else flush won't
594
// be able to make progress!
595
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
596
- #[ignore = "Bug bug."]
+ #[ignore = "Known bug: https://github.com/open-telemetry/opentelemetry-rust/issues/1598"]
597
async fn delta_memory_efficiency_test() {
598
// Run this test with stdout enabled to see output.
599
// cargo test delta_memory_efficiency_test --features=metrics,testing -- --nocapture
0 commit comments