From 88e5d289d5dcec3dfb7bc8f8fac89ce789e69d3f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 17 Jan 2018 14:41:56 +0100 Subject: [PATCH] tests: mark fincore/count as KNOWN_FAIL The test (or our expectations about Direct-IO) seems not robust enough. I guess this is not fincore problem. Signed-off-by: Karel Zak --- tests/ts/fincore/count | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/ts/fincore/count b/tests/ts/fincore/count index 0b6f24dfe6..c2dff7e347 100755 --- a/tests/ts/fincore/count +++ b/tests/ts/fincore/count @@ -3,6 +3,10 @@ TS_TOPDIR="${0%/*}/../.." TS_DESC="count file contents in core" +# Send patch if you know how to keep it portable and robust. Thanks. +TS_KNOWN_FAIL="yes" + + . $TS_TOPDIR/functions.sh ts_init "$*" -- 2.47.3