We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b11e7f commit 685a7beCopy full SHA for 685a7be
1 file changed
tests/by-util/test_tail.rs
@@ -2723,6 +2723,7 @@ fn test_follow_name_move_retry2() {
2723
2724
#[test]
2725
#[cfg(not(target_os = "windows"))] // FIXME: for currently not working platforms
2726
+#[cfg_attr(wasi_runner, ignore = "WASI: tail follow mode disabled")]
2727
fn test_follow_inotify_only_regular() {
2728
// The GNU test inotify-only-regular.sh uses strace to ensure that `tail -f`
2729
// doesn't make inotify syscalls and only uses inotify for regular files or fifos.
0 commit comments