diff --git a/ci/alpine.sh b/ci/alpine.sh index d2495c38952..2803cf9ffcd 100755 --- a/ci/alpine.sh +++ b/ci/alpine.sh @@ -1,6 +1,6 @@ #!/bin/sh -eux # SPDX-License-Identifier: GPL-2.0-or-later -# Copyright (c) 2019-2022 Petr Vorel +# Copyright (c) 2019-2024 Petr Vorel apk update @@ -34,7 +34,6 @@ echo "WARNING: remove unsupported tests (until they're fixed)" cd $(dirname $0)/.. rm -rfv \ testcases/kernel/syscalls/fmtmsg/fmtmsg01.c \ - testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c \ testcases/kernel/syscalls/timer_create/timer_create01.c \ testcases/kernel/syscalls/timer_create/timer_create03.c