Skip to content

Commit 685a7be

Browse files
committed
tail: ignore test_follow_inotify_only_regular under wasi_runner
1 parent 9b11e7f commit 685a7be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/by-util/test_tail.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2723,6 +2723,7 @@ fn test_follow_name_move_retry2() {
27232723

27242724
#[test]
27252725
#[cfg(not(target_os = "windows"))] // FIXME: for currently not working platforms
2726+
#[cfg_attr(wasi_runner, ignore = "WASI: tail follow mode disabled")]
27262727
fn test_follow_inotify_only_regular() {
27272728
// The GNU test inotify-only-regular.sh uses strace to ensure that `tail -f`
27282729
// doesn't make inotify syscalls and only uses inotify for regular files or fifos.

0 commit comments

Comments
 (0)