Skip to content

Commit 9043236

Browse files
committed
chore: exclude test with threads from miri
1 parent a6f0bbf commit 9043236

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libdd-library-config/src/otel_thread_ctx.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ pub mod linux {
534534

535535
// Make sure the C shim is indeed providing a thread-local address.
536536
#[test]
537+
#[cfg_attr(miri, ignore)]
537538
fn tls_slots_are_per_thread() {
538539
use std::sync::{Arc, Barrier};
539540

0 commit comments

Comments
 (0)