mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
ci: ignore miri for insta
This commit is contained in:
parent
28916f96af
commit
4c2e57224b
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ impl Tester {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg_attr(miri, ignore)] // miri reported an error in insta
|
||||
fn snapshot(&self) {
|
||||
insta::with_settings!({ prepend_module_to_snapshot => false, }, {
|
||||
insta::assert_snapshot!(self.rule_name.clone(), self.snapshot, &self.rule_name);
|
||||
|
|
|
|||
Loading…
Reference in a new issue