summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-06-30 13:59:18 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-06-30 23:57:43 +0200
commit38f244ff6b98b103fb29e1e74cbb3b2b278595f2 (patch)
treeb6ee96e19c60b10159764ad4b09ee82ea2c322c3 /tests
parentc3d573e07d48ce0d56822f154a255d0ec774e0ef (diff)
downloadtracker-38f244ff6b98b103fb29e1e74cbb3b2b278595f2.tar.gz
tests: Comment out turtle parsing test with base/prefix changes
This test is currently ineffective (finds an error handling a duplicate @prefix, but the test doesn't quite catch it or test anything worthwhile), and it will actually break with the changes to come (arguably for the better, since the error is actually propagated). Comment out this test so far, we do need to handle @prefix possibly overwriting a previous value, and we need to test this behavior properly. Avoid making deserializers depend on this just because error propagation was fixed in this place. This will be improved in the future.
Diffstat (limited to 'tests')
-rw-r--r--tests/core/tracker-sparql-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/core/tracker-sparql-test.c b/tests/core/tracker-sparql-test.c
index a02d294e2..b06a26ffa 100644
--- a/tests/core/tracker-sparql-test.c
+++ b/tests/core/tracker-sparql-test.c
@@ -283,7 +283,9 @@ const TestInfo tests[] = {
{ "error/bind-reused-same-pattern", "error/query-error-1", TRUE, FALSE },
{ "turtle/turtle-query-001", "turtle/turtle-data-001", FALSE },
+#if 0
{ "turtle/turtle-query-002", "turtle/turtle-data-002", FALSE },
+#endif
{ "turtle-comments/turtle-query-001", "turtle-comments/turtle-data-001", FALSE },
/* Mixed cardinality tests */
{ "mixed-cardinality/insert-mixed-cardinality-query-1", "mixed-cardinality/insert-mixed-cardinality-1", FALSE, FALSE },