tracker: skip broken tests

Upstream confirmed that it's an issue in the tests with sqlite update.
Broken sub-tests could be skipped instead, I suppose, if someone cared.
This commit is contained in:
Vladimír Čunát 2022-07-04 08:18:12 +02:00
parent 8df12a1ed6
commit f31f162bbf
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 10 additions and 0 deletions

View File

@ -78,6 +78,7 @@ stdenv.mkDerivation rec {
doCheck = true;
patches = [ ./drop-sparql-test.patch ];
postPatch = ''
patchShebangs utils/data-generators/cc/generate
'';

View File

@ -0,0 +1,9 @@
https://gitlab.gnome.org/GNOME/tracker/-/issues/370
--- a/tests/libtracker-data/meson.build
+++ b/tests/libtracker-data/meson.build
@@ -14,5 +14,4 @@
libtracker_data_slow_tests = [
'ontology',
- 'sparql'
]