Skip to content

Commit

Permalink
Unbreak CI on release branch
Browse files Browse the repository at this point in the history
Ignore new tests on MIRI
  • Loading branch information
alexcrichton committed Oct 9, 2024
1 parent 2721a7d commit 0cb325a
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 cross_engine_module_exports() -> Result<()> {
/// Smoke test for registering and unregistering modules (and their rec group
/// entries) concurrently.
#[wasmtime_test(wasm_features(gc, function_references))]
#[cfg_attr(miri, ignore)]
fn concurrent_type_registry_modifications(config: &mut Config) -> Result<()> {
let _ = env_logger::try_init();

Expand Down Expand Up @@ -446,6 +447,7 @@ fn concurrent_type_registry_modifications(config: &mut Config) -> Result<()> {
}

#[wasmtime_test(wasm_features(function_references))]
#[cfg_attr(miri, ignore)]
fn concurrent_type_modifications_and_checks(config: &mut Config) -> Result<()> {
const THREADS_CHECKING: usize = 4;

Expand Down

0 comments on commit 0cb325a

Please sign in to comment.