Skip to content

Commit

Permalink
Remove number_of_replicas: 0 from tests as it doesn't work on serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Sep 6, 2023
1 parent d47abd9 commit 391ed60
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
indices.create:
index: test
body:
settings:
number_of_replicas: 0
mappings:
properties:
text:
Expand Down Expand Up @@ -112,8 +110,6 @@
indices.create:
index: test
body:
settings:
number_of_replicas: 0
mappings:
properties:
text:
Expand All @@ -133,8 +129,6 @@
indices.create:
index: test
body:
settings:
number_of_replicas: 0
mappings:
properties:
text:
Expand Down

0 comments on commit 391ed60

Please sign in to comment.