From 1f6f7fbe8c02c4be963e18203631f827ab83446e Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sat, 7 Dec 2024 17:04:05 +0100 Subject: [PATCH] tests/seq: fix ticket references of ignored tests --- tests/by-util/test_seq.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/by-util/test_seq.rs b/tests/by-util/test_seq.rs index 730a9571d..8f33c3aa7 100644 --- a/tests/by-util/test_seq.rs +++ b/tests/by-util/test_seq.rs @@ -710,7 +710,7 @@ fn test_format_option() { } #[test] -#[ignore = "Need issue #6233 to be fixed"] +#[ignore = "Need issue #2660 to be fixed"] fn test_auto_precision() { new_ucmd!() .args(&["1", "0x1p-1", "2"]) @@ -719,7 +719,7 @@ fn test_auto_precision() { } #[test] -#[ignore = "Need issue #6234 to be fixed"] +#[ignore = "Need issue #3318 to be fixed"] fn test_undefined() { new_ucmd!() .args(&["1e-9223372036854775808"])