From e3914bbfd7c07810fe6100fe2e8e124b2e78ee13 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Wed, 10 Jul 2024 09:51:57 +0100 Subject: [PATCH] remove shard/replica restrictions from test datasets --- tests/test_integration/test_data.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_integration/test_data.py b/tests/test_integration/test_data.py index 30d21aba..99dd86a2 100644 --- a/tests/test_integration/test_data.py +++ b/tests/test_integration/test_data.py @@ -58,9 +58,6 @@ GIT_INDEX: Dict[str, Any] = { "settings": { - # just one shard, no replicas for testing - "number_of_shards": 1, - "number_of_replicas": 0, # custom analyzer for analyzing file paths "analysis": { "analyzer": {