Skip to content

Commit

Permalink
Drop explicit replica setting from terms_enum test
Browse files Browse the repository at this point in the history
Relates: elastic#99151
  • Loading branch information
tvernum committed Sep 7, 2023
1 parent 9374753 commit b1690c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ setup:
settings:
index:
number_of_shards: 1
number_of_replicas: 1
mappings:
properties:
foo:
Expand All @@ -142,7 +141,6 @@ setup:
settings:
index:
number_of_shards: 1
number_of_replicas: 1
mappings:
properties:
foo:
Expand All @@ -159,7 +157,6 @@ setup:
settings:
index:
number_of_shards: 1
number_of_replicas: 1
mappings:
properties:
foo:
Expand All @@ -175,7 +172,6 @@ setup:
settings:
index:
number_of_shards: 1
number_of_replicas: 1
mappings:
properties:
foo:
Expand All @@ -193,7 +189,6 @@ setup:
settings:
index:
number_of_shards: 1
number_of_replicas: 1
mappings:
properties:
ck:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ setup:
settings:
index:
number_of_shards: 1
number_of_replicas: 1
mappings:
properties:
foo_kw:
Expand Down

0 comments on commit b1690c2

Please sign in to comment.