From: Changqing Li Date: Fri, 16 Aug 2019 01:30:50 +0000 (+0800) Subject: dbus: disable test-bus X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76caa7aece5cc8513989f77bb15944a22d17edf5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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] Signed-off-by: Changqing Li Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/dbus/dbus/run-ptest b/meta/recipes-core/dbus/dbus/run-ptest index cf2e68fa02d..48535e13dad 100755 --- a/meta/recipes-core/dbus/dbus/run-ptest +++ b/meta/recipes-core/dbus/dbus/run-ptest @@ -21,7 +21,8 @@ do #these programs are used by testcase test-bus, don't run here if [ $i = "test/test-service" ] \ || [ $i = "test/test-shell-service" ] \ - || [ $i = "test/test-segfault" ] + || [ $i = "test/test-segfault" ] \ + || [ $i = "test/test-bus" ] then continue fi