[tracker] functional-tests: Disable userguides miner to avoid timeouts



commit d0a15d79db13e5ac18e8a8afc19f9fe463d2b1f3
Author: JÃrg Billeter <j bitron ch>
Date:   Thu Dec 1 11:03:14 2011 +0100

    functional-tests: Disable userguides miner to avoid timeouts

 tests/functional-tests/common/utils/helpers.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/functional-tests/common/utils/helpers.py b/tests/functional-tests/common/utils/helpers.py
index 6d15cf7..d0b1a81 100644
--- a/tests/functional-tests/common/utils/helpers.py
+++ b/tests/functional-tests/common/utils/helpers.py
@@ -306,6 +306,8 @@ class MinerFsHelper (Helper):
     BUS_NAME = cfg.MINERFS_BUSNAME
 
     FLAGS = ['--initial-sleep=0']
+    if cfg.haveMaemo:
+        FLAGS.append ('--disable-miner=userguides')
 
     def _stop_process (self):
         if options.is_manual_start ():



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]