|
@@ -590,6 +590,7 @@ public class NativeRealmIntegTests extends NativeRealmIntegTestCase {
|
|
|
assertThat(response.roles()[0].getName(), is(name));
|
|
|
}
|
|
|
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31670")
|
|
|
public void testCreateAndChangePassword() throws Exception {
|
|
|
securityClient().preparePutUser("joe", "s3krit".toCharArray(), getFastStoredHashAlgoForTests(),
|
|
|
SecuritySettingsSource.TEST_ROLE).get();
|