mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Mark failing password migration test as skipped
A previous commit marked the wrong test as skipped, this commit marks the correct issue. Original commit: elastic/x-pack-elasticsearch@0723964206
This commit is contained in:
parent
3a151ac320
commit
ed827970f1
@ -1,8 +1,5 @@
|
||||
---
|
||||
"Verify user and role in upgraded cluster":
|
||||
- skip:
|
||||
version: "5.0.0 - "
|
||||
reason: https://github.com/elastic/x-pack-elasticsearch/issues/1529
|
||||
- do:
|
||||
headers:
|
||||
Authorization: "Basic bmF0aXZlX3VzZXI6Y2hhbmdlbWU="
|
||||
@ -27,6 +24,9 @@
|
||||
|
||||
---
|
||||
"Verify default password migration results in upgraded cluster":
|
||||
- skip:
|
||||
version: "5.0.0 - "
|
||||
reason: https://github.com/elastic/x-pack-elasticsearch/issues/1529
|
||||
- do:
|
||||
headers:
|
||||
Authorization: "Basic bmF0aXZlX3VzZXI6Y2hhbmdlbWU="
|
||||
|
Loading…
x
Reference in New Issue
Block a user