]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
chrt: (tests) don't mark tests as known failed
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 26 Jul 2023 14:33:05 +0000 (16:33 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 26 Jul 2023 16:37:28 +0000 (18:37 +0200)
The broken CI platform is not used anymore.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
tests/ts/schedutils/chrt

index df8b902acdda8164257da50c7db89e30d4bb299c..fd5f7af781f20fd0f4faf5e6c7c0136d35908c2c 100755 (executable)
@@ -21,9 +21,8 @@ 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"
+ts_skip_docker
+ts_skip_qemu_user
 
 function do_chrt {
        $TS_CMD_CHRT $* $TS_CMD_CHRT --pid 0 | sed 's/.* policy: //; s/.* priority: //' >> $TS_OUTPUT 2>> $TS_ERRLOG