]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: mark chrt as TS_KNOWN_FAIL
authorKarel Zak <kzak@redhat.com>
Mon, 11 Jul 2016 10:36:51 +0000 (12:36 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 11 Jul 2016 10:36:51 +0000 (12:36 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/schedutils/chrt

index 8b2cbfc280bdb27716723a4e81155d77be5d294b..9d13d53db5c3027dbd11d6e9f0ab0f64ab380edf 100755 (executable)
@@ -22,6 +22,9 @@ ts_init "$*"
 ts_check_test_command "$TS_CMD_CHRT"
 ts_skip_nonroot
 
+# TODO: drone.io does not like FIFO and RR (container restriction?)
+TS_KNOWN_FAIL="yes"
+
 function do_chrt {
        $TS_CMD_CHRT $* $TS_CMD_CHRT --pid 0 | sed 's/.* policy: //; s/.* priority: //' &>> $TS_OUTPUT
 }