From: Karel Zak Date: Wed, 17 Jan 2018 13:41:56 +0000 (+0100) Subject: tests: mark fincore/count as KNOWN_FAIL X-Git-Tag: v2.32-rc1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88e5d289d5dcec3dfb7bc8f8fac89ce789e69d3f;p=thirdparty%2Futil-linux.git 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 --- 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 "$*"