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



commit 3f9a467a390c3b023737bd49b9d6a1ef18ffab21
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/minertest.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/functional-tests/minertest.py b/tests/functional-tests/minertest.py
index e6143c41f..bf8da3b9c 100644
--- a/tests/functional-tests/minertest.py
+++ b/tests/functional-tests/minertest.py
@@ -78,6 +78,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]