summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2018-07-15 16:47:28 +0200
committerSam Thursfield <sam@afuera.me.uk>2018-07-16 16:26:32 +0200
commit492cca79ad522d61263b498fe1045a3783405a4a (patch)
treeafbae70290a910e171fbe1669f4299ea6b8d54b1
parent56690e85f2c71bfaa43d34bf78b8e5c8dadc9de2 (diff)
downloadtracker-492cca79ad522d61263b498fe1045a3783405a4a.tar.gz
functional-tests/13-threaded-store.py: Disable failing test
This test causes a parser stack overflow. Carlos is nearly done on a branch which rewrites the parser so there probably isn't much point tracking down this issue in the old code.
-rwxr-xr-xtests/functional-tests/13-threaded-store.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional-tests/13-threaded-store.py b/tests/functional-tests/13-threaded-store.py
index 1aaa2b856..f84c88f15 100755
--- a/tests/functional-tests/13-threaded-store.py
+++ b/tests/functional-tests/13-threaded-store.py
@@ -65,6 +65,7 @@ class TestThreadedStore (CommonTrackerStoreTest):
self.tracker.get_tracker_iface().Load(
'(s)', "file://" + full_path, timeout=30000)
+ @ut.skip("Test fails with 'GDBus.Error:org.freedesktop.Tracker1.SparqlError.Internal: parser stack overflow (36)'")
def test_complex_query (self):
start = time.time ()
self.__populate_database ()