Skip to content

Commit 7a9cb7e

Browse files
committed
Fix miri testing
1 parent 9fa7b90 commit 7a9cb7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/all/component_model/async.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,6 +1326,7 @@ async fn bytes_stream_producer() -> Result<()> {
13261326
}
13271327

13281328
#[tokio::test]
1329+
#[cfg_attr(miri, ignore)]
13291330
async fn drop_deadlocked_typed_future() -> Result<()> {
13301331
let mut config = Config::new();
13311332
config.wasm_component_model_async(true);

0 commit comments

Comments
 (0)