From 1a289ac5b726236067ae57b06258ac96ea9a9884 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Fri, 13 Mar 2015 16:09:37 +0100 Subject: [PATCH] tests: disarm tailf test Signed-off-by: Ruediger Meier --- tests/ts/tailf/simple | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/ts/tailf/simple b/tests/ts/tailf/simple index d0a1c5cede..35d10f3c4e 100755 --- a/tests/ts/tailf/simple +++ b/tests/ts/tailf/simple @@ -20,6 +20,10 @@ ts_init "$*" ts_check_test_command "$TS_CMD_TAILF" +# This test is unsafe for some filesystems and for case non-inotify. We don't +# fix it since tailf is deprecated. Just keep this test for the test log. +TS_KNOWN_FAIL="yes" + INPUT=$TS_OUTDIR/$TS_TESTNAME.input rm -f $INPUT -- 2.47.3