Skip to content

Commit acb4d17

Browse files
committed
add bug id
1 parent 8a55f14 commit acb4d17

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/metrics

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ mod tests {
593593
// "multi_thread" tokio flavor must be used else flush won't
594594
// be able to make progress!
595595
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
596-
#[ignore = "Bug bug."]
596+
#[ignore = "Known bug: https://github.com/open-telemetry/opentelemetry-rust/issues/1598"]
597597
async fn delta_memory_efficiency_test() {
598598
// Run this test with stdout enabled to see output.
599599
// cargo test delta_memory_efficiency_test --features=metrics,testing -- --nocapture

0 commit comments

Comments
 (0)