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>
#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