Skip to content

Commit 9dda757

Browse files
remove shard/replica restrictions from test datasets
1 parent 0d49272 commit 9dda757

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_integration/test_data.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525

2626
FLAT_GIT_INDEX: Dict[str, Any] = {
2727
"settings": {
28-
# just one shard, no replicas for testing
29-
"number_of_shards": 1,
30-
"number_of_replicas": 0,
3128
# custom analyzer for analyzing file paths
3229
"analysis": {
3330
"analyzer": {
@@ -58,9 +55,6 @@
5855

5956
GIT_INDEX: Dict[str, Any] = {
6057
"settings": {
61-
# just one shard, no replicas for testing
62-
"number_of_shards": 1,
63-
"number_of_replicas": 0,
6458
# custom analyzer for analyzing file paths
6559
"analysis": {
6660
"analyzer": {

0 commit comments

Comments
 (0)