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 554c0ad commit 7d86f0bCopy full SHA for 7d86f0b
1 file changed
tests/by-util/test_tail.rs
@@ -1965,8 +1965,13 @@ fn test_follow_name_truncate3() {
1965
.stdout_only(expected_stdout);
1966
}
1967
1968
+
1969
#[test]
-#[cfg(all(not(target_vendor = "apple"), not(target_os = "windows")))] // FIXME: for currently not working platforms
1970
+#[cfg(all(
1971
+ not(target_os = "apple"),
1972
+ not(target_os = "windows"),
1973
+ not(feature = "feat_selinux") // flaky
1974
+))] // FIXME: for currently not working platforms
1975
fn test_follow_name_truncate4() {
1976
// Truncating a file with the same content it already has should not trigger a truncate event
1977
0 commit comments