Skip to content

Commit 2b40bff

Browse files
Merge pull request #358 from cakebaker/pidof_disable_test
pidof: disable "test_find_init", as it fails in CI
2 parents c1e1b0d + 92d674b commit 2b40bff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/by-util/test_pidof.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ fn test_invalid_arg() {
1212

1313
#[test]
1414
#[cfg(target_os = "linux")]
15+
#[ignore = "fails in CI"]
1516
fn test_find_init() {
1617
new_ucmd!().arg("init").succeeds();
1718
}

0 commit comments

Comments
 (0)