Skip to content

Commit

Permalink
ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
loongs-zhang committed Feb 19, 2024
1 parent 4611e48 commit eec0437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monoio/tests/fs_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ async fn drop_open() {
drop(file_w);
}

/// passed in stable, simply ignore this test
#[cfg(not(all(target_os = "linux", target_arch = "x86", feature = "unstable")))]
#[test]
fn drop_off_runtime() {
let tempfile = tempfile();
Expand Down

0 comments on commit eec0437

Please sign in to comment.