aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-09-21 16:36:55 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-09-21 16:36:55 +0200
commit5fa61d89320af880d5bf6b3231f6478887cfb6a6 (patch)
tree8f38d396909049971559a5ab574561960d6d5f22
parentdccbaa5c1b0ba556449de6024540ba05d67ef6a0 (diff)
downloadfuzzycat-5fa61d89320af880d5bf6b3231f6478887cfb6a6.tar.gz
fuzzycat-5fa61d89320af880d5bf6b3231f6478887cfb6a6.zip
tests: temporarily disable tests
We want to first move to elasticsearch dsl and will reactivate and extends after refactoring.
-rw-r--r--tests/test_matching.py24
1 files 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)