We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f0bbf commit 9043236Copy full SHA for 9043236
1 file changed
libdd-library-config/src/otel_thread_ctx.rs
@@ -534,6 +534,7 @@ pub mod linux {
534
535
// Make sure the C shim is indeed providing a thread-local address.
536
#[test]
537
+ #[cfg_attr(miri, ignore)]
538
fn tls_slots_are_per_thread() {
539
use std::sync::{Arc, Barrier};
540
0 commit comments