Skip to content

Commit

Permalink
test_realpath: include issue id to ignored testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
niyaznigmatullin authored and sylvestre committed Jun 30, 2022
1 parent 9b2fa39 commit 4e936d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_realpath.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ fn test_realpath_when_symlink_is_absolute_and_enoent() {
}

#[test]
#[ignore]
#[ignore = "issue #3669"]
fn test_realpath_when_symlink_part_is_missing() {
let (at, mut ucmd) = at_and_ucmd!();

Expand Down

0 comments on commit 4e936d2

Please sign in to comment.