]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus: disable test-bus
authorChangqing Li <changqing.li@windriver.com>
Fri, 16 Aug 2019 01:30:50 +0000 (09:30 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Aug 2019 16:11:51 +0000 (17:11 +0100)
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>
meta/recipes-core/dbus/dbus/run-ptest

index cf2e68fa02d6dec5360fdb9e66885c61e6b30fe8..48535e13daddc843a0b1bc75398be54ff4c5dea6 100755 (executable)
@@ -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