From 4e936d2d0d8314008a3b06ee048285cb0ac7f4bb Mon Sep 17 00:00:00 2001 From: Niyaz Nigmatullin Date: Sun, 26 Jun 2022 01:08:28 +0300 Subject: [PATCH] test_realpath: include issue id to ignored testcase --- tests/by-util/test_realpath.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_realpath.rs b/tests/by-util/test_realpath.rs index fd104bb79..b08975f4d 100644 --- a/tests/by-util/test_realpath.rs +++ b/tests/by-util/test_realpath.rs @@ -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!();