From 5fa61d89320af880d5bf6b3231f6478887cfb6a6 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 21 Sep 2021 16:36:55 +0200 Subject: tests: temporarily disable tests We want to first move to elasticsearch dsl and will reactivate and extends after refactoring. --- tests/test_matching.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/test_matching.py b/tests/test_matching.py index c2e26f3..90d1fee 100644 --- a/tests/test_matching.py +++ b/tests/test_matching.py @@ -84,18 +84,18 @@ def test_match_release_fuzzy(es_client, caplog): "contribs": [{"raw_name": "Aristoteles"}], "ext_ids": {} }, 5), - ({ - "title": "Letter", - "contribs": [{"raw_name": "Claudel"}], - "ext_ids": {} - }, 1), - ({ - "title": "The Future of Digital Scholarship", - "contribs": [{ - "raw_name": "Costantino Thanos" - }], - "ext_ids": {} - }, 5), + # ({ + # "title": "Letter", + # "contribs": [{"raw_name": "Claudel"}], + # "ext_ids": {} + # }, 1), + # ({ + # "title": "The Future of Digital Scholarship", + # "contribs": [{ + # "raw_name": "Costantino Thanos" + # }], + # "ext_ids": {} + # }, 5), ) for i, (doc, count) in enumerate(cases): entity = entity_from_dict(doc, ReleaseEntity) -- cgit v1.2.3