From d2dadb78081989e1750423962eaf0aa79f222cc5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 18 Feb 2025 17:55:36 +0100 Subject: [PATCH] tests: mark lsns/filer as TS_KNOWN_FAIL Let's make the test more robust for stable/ branch. Addresses: https://github.com/util-linux/util-linux/pull/3205 Signed-off-by: Karel Zak (cherry picked from commit f589580816220bd70ec5970b41006e1adc82bcf7) --- tests/ts/lsns/filter | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ts/lsns/filter b/tests/ts/lsns/filter index 88029680c..d4b9fb4a1 100755 --- a/tests/ts/lsns/filter +++ b/tests/ts/lsns/filter @@ -23,6 +23,9 @@ TS_DESC="-Q, --filter option" ts_init "$*" +# https://github.com/util-linux/util-linux/pull/3205 +TS_KNOWN_FAIL="yes" + ts_check_test_command "$TS_CMD_LSNS" ts_check_test_command "$TS_CMD_LSFD" -- 2.47.3