Mark failing password migration test as skipped
This test is failing reliably, so this commit marks it as skipped. Original commit: elastic/x-pack-elasticsearch@15afd615d3
This commit is contained in:
parent
dde2600181
commit
3a151ac320
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
"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="
|
||||
|
|
Loading…
Reference in New Issue