Skip to content

Commit a2d369d

Browse files
authored
Use default replicas for enrich data stream test (#107384)
In Serverless the index cannot be queried without any replicas, so these must be set to the default value in order for this test to work.
1 parent ef16be9 commit a2d369d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/enrich/50_data_stream.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ setup:
99
name: enrich-template
1010
body:
1111
index_patterns: [my-ds]
12-
template:
13-
settings:
14-
index.number_of_replicas: 0
1512
data_stream: {}
1613

1714
- do:

0 commit comments

Comments
 (0)