diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-08-16 09:30:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-21 15:29:01 +0100 |
commit | 04414b62a3e2d0547bcd64a7b79eefb43d839dc2 (patch) | |
tree | eb6db77f5aaa6188f83b121d0c85952c6b3111ee /meta/recipes-core | |
parent | 3127b3975c830b3fffc36362c5b0caa25c560942 (diff) | |
download | poky-04414b62a3e2d0547bcd64a7b79eefb43d839dc2.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]
(From OE-Core rev: 76caa7aece5cc8513989f77bb15944a22d17edf5)
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-x | meta/recipes-core/dbus/dbus/run-ptest | 3 |
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 | |||
21 | #these programs are used by testcase test-bus, don't run here | 21 | #these programs are used by testcase test-bus, don't run here |
22 | if [ $i = "test/test-service" ] \ | 22 | if [ $i = "test/test-service" ] \ |
23 | || [ $i = "test/test-shell-service" ] \ | 23 | || [ $i = "test/test-shell-service" ] \ |
24 | || [ $i = "test/test-segfault" ] | 24 | || [ $i = "test/test-segfault" ] \ |
25 | || [ $i = "test/test-bus" ] | ||
25 | then | 26 | then |
26 | continue | 27 | continue |
27 | fi | 28 | fi |