Skip to content

Commit 846f4f1

Browse files
committed
[TEST] adjust skip for msearch yaml test
This test had the parameters in the wrong place, so they ended up being ignored. After fixing the test (and making sure that the runner catches these errors), the parameters were read yet a skip is needed as max_concurrent_shard_requests is only supported from 6.5.0 on. Closes #34827
1 parent 05faa20 commit 846f4f1

File tree

1 file changed

+2
-2
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/msearch

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/msearch/10_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ setup:
6666
"Least impact smoke test":
6767
# only passing these parameters to make sure they are consumed
6868
- skip:
69-
version: " - 6.99.99"
70-
reason: "AwaitsFix'ing, see https://github.com/elastic/elasticsearch/issues/34827"
69+
version: " - 6.4.99"
70+
reason: "max_concurrent_shard_requests was added in 6.5.0"
7171
- do:
7272
msearch:
7373
max_concurrent_shard_requests: 1

0 commit comments

Comments
 (0)