Skip to content

Commit 7dcc40a

Browse files
committed
fix: ci
1 parent b3922f1 commit 7dcc40a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

crates/rspack_cacheable_test/tests/macro/cacheable/as_attr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ struct DataRef<'a> {
3333
}
3434

3535
#[test]
36+
#[cfg_attr(miri, ignore)]
3637
fn as_attr() {
3738
let a = Data {
3839
block1: "abc".into(),

crates/rspack_cacheable_test/tests/macro/manual_cacheable/as_attr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ struct DataRef<'a> {
5656
}
5757

5858
#[test]
59+
#[cfg_attr(miri, ignore)]
5960
fn as_attr() {
6061
let a = Data {
6162
block1: "abc".into(),

0 commit comments

Comments
 (0)