From 3a858905fed6c74963c80d7fb6e595595d9e4c04 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 13 Mar 2025 19:17:28 +0100 Subject: [PATCH] chcon: ignore valid_reference_repeated_reference for causing issue 7443 --- tests/by-util/test_chcon.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/by-util/test_chcon.rs b/tests/by-util/test_chcon.rs index 1fd356e5b..d05571da0 100644 --- a/tests/by-util/test_chcon.rs +++ b/tests/by-util/test_chcon.rs @@ -527,6 +527,7 @@ fn valid_reference_repeat_flags() { } #[test] +#[ignore = "issue #7443"] fn valid_reference_repeated_reference() { let (dir, mut cmd) = at_and_ucmd!();