summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-08-16 09:30:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-16 17:11:51 +0100
commit76caa7aece5cc8513989f77bb15944a22d17edf5 (patch)
tree9a07e7d878a2f1800af772b064145a9b43a907a9 /meta/recipes-core
parentae2869c82af3a826c9eedf5207c5d6f61f0df5e8 (diff)
downloadopenembedded-core-contrib-76caa7aece5cc8513989f77bb15944a22d17edf5.tar.gz
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 <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rwxr-xr-xmeta/recipes-core/dbus/dbus/run-ptest3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus/run-ptest b/meta/recipes-core/dbus/dbus/run-ptest
index cf2e68fa02..48535e13da 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