This reverts commit bd84241de3f20afef5446ab3f3bbb0245a520faa. Addresses: https://github.com/karelzak/util-linux/issues/296 Cc: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> Signed-off-by: Matthias Brugger <mbrugger@xxxxxxxx> --- The problem also occurs on v2.27-rc2, so it should probably be backported. tests/ts/script/race | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ts/script/race b/tests/ts/script/race index 4bdbe95..65d48e2 100755 --- a/tests/ts/script/race +++ b/tests/ts/script/race @@ -19,6 +19,9 @@ TS_TOPDIR="${0%/*}/../.." TS_DESC="race conditions" +# Don't execute this test by default, --force required +TS_OPTIONAL="yes" + . $TS_TOPDIR/functions.sh ts_init "$*" -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html