Skip to content

Commit

Permalink
Disable test_bytes_vec_alloc test on miri (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Jan 13, 2025
1 parent aae4969 commit a1b1208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_bytes_vec_alloc.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg(not(miri))]
use std::alloc::{GlobalAlloc, Layout, System};
use std::ptr::null_mut;
use std::sync::atomic::{AtomicPtr, AtomicUsize, Ordering};
Expand Down

0 comments on commit a1b1208

Please sign in to comment.