summaryrefslogtreecommitdiffstats
path: root/tests/ts/fincore
diff options
context:
space:
mode:
authorKarel Zak2018-01-17 14:41:56 +0100
committerKarel Zak2018-01-17 14:52:17 +0100
commit88e5d289d5dcec3dfb7bc8f8fac89ce789e69d3f (patch)
treeb8cc765e23c8347c8fe559019aa1b2e705fde72c /tests/ts/fincore
parentdocs: add ISC licence (diff)
downloadkernel-qcow2-util-linux-88e5d289d5dcec3dfb7bc8f8fac89ce789e69d3f.tar.gz
kernel-qcow2-util-linux-88e5d289d5dcec3dfb7bc8f8fac89ce789e69d3f.tar.xz
kernel-qcow2-util-linux-88e5d289d5dcec3dfb7bc8f8fac89ce789e69d3f.zip
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 <kzak@redhat.com>
Diffstat (limited to 'tests/ts/fincore')
-rwxr-xr-xtests/ts/fincore/count4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ts/fincore/count b/tests/ts/fincore/count
index 0b6f24dfe..c2dff7e34 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 "$*"