Skip to content

Commit

Permalink
Ignore new tests on miri
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 9, 2024
1 parent 7689ea7 commit 4a34b5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/all/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ fn call_indirect_caching_out_of_bounds_table_index() -> Result<()> {
/// Smoke test for registering and unregistering modules (and their rec group
/// entries) concurrently.
#[test]
#[cfg_attr(miri, ignore)]
fn concurrent_type_registry_modifications() -> Result<()> {
let _ = env_logger::try_init();

Expand Down Expand Up @@ -450,6 +451,7 @@ fn concurrent_type_registry_modifications() -> Result<()> {
}

#[test]
#[cfg_attr(miri, ignore)]
fn concurrent_type_modifications_and_checks() -> Result<()> {
const THREADS_CHECKING: usize = 4;

Expand Down

0 comments on commit 4a34b5f

Please sign in to comment.