Skip to content

Commit 05a2eea

Browse files
committed
Update to 8.1.0
1 parent 6ec9dfb commit 05a2eea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
"cluster health request timeout on waiting for nodes":
33
- skip:
4-
version: " - 7.99.99"
5-
reason: "HTTP status code changed from 408 to 200 in 8.0.0"
4+
version: " - 8.0.99"
5+
reason: "HTTP status code changed from 408 to 200 in 8.1.0"
66
- do:
77
cluster.health:
88
wait_for_nodes: 10
@@ -22,8 +22,8 @@
2222
---
2323
"cluster health request timeout waiting for active shards":
2424
- skip:
25-
version: " - 7.99.99"
26-
reason: "HTTP status code changed from 408 to 200 in 8.0.0"
25+
version: " - 8.0.99"
26+
reason: "HTTP status code changed from 408 to 200 in 8.1.0"
2727
- do:
2828
cluster.health:
2929
timeout: 1ms

0 commit comments

Comments
 (0)