mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
dbus: disable test-bus
test-bus take long time to finish, sometimes longer than ptest-runner's timeout limit 300s, so skipped it for now [YOCTO #13409] (From OE-Core rev: 76caa7aece5cc8513989f77bb15944a22d17edf5) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3127b3975c
commit
04414b62a3
@@ -21,7 +21,8 @@ do
|
|||||||
#these programs are used by testcase test-bus, don't run here
|
#these programs are used by testcase test-bus, don't run here
|
||||||
if [ $i = "test/test-service" ] \
|
if [ $i = "test/test-service" ] \
|
||||||
|| [ $i = "test/test-shell-service" ] \
|
|| [ $i = "test/test-shell-service" ] \
|
||||||
|| [ $i = "test/test-segfault" ]
|
|| [ $i = "test/test-segfault" ] \
|
||||||
|
|| [ $i = "test/test-bus" ]
|
||||||
then
|
then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user