Skip to content

Commit 9b11e7f

Browse files
committed
tail: ignore test_gnu_args_f under wasi_runner
1 parent 22f87cf commit 9b11e7f

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
@@ -4962,6 +4962,7 @@ fn test_gnu_args_err() {
49624962
}
49634963

49644964
#[test]
4965+
#[cfg_attr(wasi_runner, ignore = "WASI: tail follow mode disabled")]
49654966
fn test_gnu_args_f() {
49664967
let scene = TestScenario::new(util_name!());
49674968
let at = &scene.fixtures;

0 commit comments

Comments
 (0)