mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 05:44:59 +00:00
[TEST] Mute failing tests in NativeRealmInteg and ReservedRealmInteg
Tracking issue: #31670
This commit is contained in:
parent
02c01cb4cf
commit
eef8e803e5
@ -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();
|
||||
|
@ -61,6 +61,7 @@ public class ReservedRealmIntegTests extends NativeRealmIntegTestCase {
|
||||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31670")
|
||||
public void testChangingPassword() {
|
||||
String username = randomFrom(ElasticUser.NAME, KibanaUser.NAME, LogstashSystemUser.NAME, BeatsSystemUser.NAME);
|
||||
final char[] newPassword = "supersecretvalue".toCharArray();
|
||||
|
Loading…
x
Reference in New Issue
Block a user