mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
Enable disabled rolling upgrade tests
These tests were disabled due to a bug introduced when sequence-number-based recovery was introduced. This commit enables these tests again. Relates elastic/elasticsearch#4801 Original commit: elastic/x-pack-elasticsearch@e555bfec1a
This commit is contained in:
parent
16be5ecc81
commit
02bcd9510f
@ -1,8 +1,5 @@
|
||||
---
|
||||
"Verify user and role in mixed cluster":
|
||||
- skip:
|
||||
version: " - 6.0.0"
|
||||
reason: Temporary until test issue is resolved
|
||||
- do:
|
||||
headers:
|
||||
Authorization: "Basic bmF0aXZlX3VzZXI6Y2hhbmdlbWU="
|
||||
|
@ -1,8 +1,5 @@
|
||||
---
|
||||
"Create user and role":
|
||||
- skip:
|
||||
version: " - 6.0.0"
|
||||
reason: Temporary until test issue is resolved
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
|
@ -1,8 +1,5 @@
|
||||
---
|
||||
"Verify user and role in upgraded cluster":
|
||||
- skip:
|
||||
version: " - 6.0.0"
|
||||
reason: Temporary until test issue is resolved
|
||||
- do:
|
||||
headers:
|
||||
Authorization: "Basic bmF0aXZlX3VzZXI6Y2hhbmdlbWU="
|
||||
|
Loading…
x
Reference in New Issue
Block a user