Test: enable default password migration test for versions > 5.1.1
Versions below 5.1.1 had a bug where the rest set enabled action would trip an assertion and cause this test to fail so we skip those versions. relates elastic/x-pack-elasticsearch#1523 Original commit: elastic/x-pack-elasticsearch@fba8ddd7e7
This commit is contained in:
parent
730cfd7c7a
commit
68ad44c5c2
|
@ -61,8 +61,8 @@
|
||||||
---
|
---
|
||||||
"default password migration":
|
"default password migration":
|
||||||
- skip:
|
- skip:
|
||||||
version: "5.0.0 - "
|
version: " - 5.1.1"
|
||||||
reason: https://github.com/elastic/x-pack-elasticsearch/issues/1523
|
reason: "the rest enabled action trips an assertion. see https://github.com/elastic/x-pack/pull/4443"
|
||||||
# Check that enabling a user in old cluster will not prevent the user from having a "default password" in the new cluster.
|
# Check that enabling a user in old cluster will not prevent the user from having a "default password" in the new cluster.
|
||||||
# See: org.elasticsearch.xpack.security.authc.esnative.NativeRealmMigrator.doConvertDefaultPasswords
|
# See: org.elasticsearch.xpack.security.authc.esnative.NativeRealmMigrator.doConvertDefaultPasswords
|
||||||
- do:
|
- do:
|
||||||
|
|
Loading…
Reference in New Issue