[tracker-miners/sam/optional-application-indexing: 2/2] functional-tests: Disable application indexing by default



commit ccbbccf0bdd3a4353cc7755f1cc664033028451e
Author: Sam Thursfield <sam afuera me uk>
Date:   Mon Sep 16 00:14:21 2019 +0200

    functional-tests: Disable application indexing by default
    
    This speeds up the tests and reduces the size of the logs.

 tests/functional-tests/common/utils/minertest.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/functional-tests/common/utils/minertest.py 
b/tests/functional-tests/common/utils/minertest.py
index 92d81fb5f..08305fefc 100644
--- a/tests/functional-tests/common/utils/minertest.py
+++ b/tests/functional-tests/common/utils/minertest.py
@@ -67,6 +67,7 @@ class CommonTrackerMinerTest (ut.TestCase):
                 'index-single-directories': GLib.Variant.new_strv([]),
                 'index-optical-discs': GLib.Variant.new_boolean(False),
                 'index-removable-devices': GLib.Variant.new_boolean(False),
+                        'index-applications': GLib.Variant.new_boolean(False),
                 'throttle': GLib.Variant.new_int32(5),
             }
         }


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