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:
parent
8df12a1ed6
commit
f31f162bbf
@ -78,6 +78,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
patches = [ ./drop-sparql-test.patch ];
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs utils/data-generators/cc/generate
|
patchShebangs utils/data-generators/cc/generate
|
||||||
'';
|
'';
|
||||||
|
@ -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'
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user