Re-add miri ignore flag to things that load WASM to prevent my build agents from dying.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a4fd112a07
commit
39497891e9
@ -22,6 +22,7 @@ fn get_library() -> Arc<DynamicLibrary> {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(miri, ignore)]
|
||||
fn validate_library_load() {
|
||||
let start_time = chrono::Utc::now();
|
||||
library_loader::load_library();
|
||||
|
Loading…
x
Reference in New Issue
Block a user