Skip to content

Commit 020c66b

Browse files
committed
Don't skip the test on 7.16
1 parent ce85de3 commit 020c66b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cluster.health/20_request_timeout.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838

3939
---
4040
"cluster health request timeout with 200 response code":
41+
- skip:
42+
version: " - 7.15.99"
43+
reason: "return_200_for_cluster_health_timeout was added in 7.16"
4144
- do:
4245
cluster.health:
4346
timeout: 1ms

0 commit comments

Comments
 (0)