mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Revert "[TEST] Mute failing tests in NativeRealmInteg and ReservedRealmInteg"
This reverts commit eef8e803e54b8adffaf446e2712c6215499a6e7e.
This commit is contained in:
parent
40bf58e2a0
commit
915dcec154
@ -593,7 +593,6 @@ public class NativeRealmIntegTests extends NativeRealmIntegTestCase {
|
|||||||
assertThat(response.roles()[0].getName(), is(name));
|
assertThat(response.roles()[0].getName(), is(name));
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31670")
|
|
||||||
public void testCreateAndChangePassword() throws Exception {
|
public void testCreateAndChangePassword() throws Exception {
|
||||||
securityClient().preparePutUser("joe", "s3krit".toCharArray(), hasher,
|
securityClient().preparePutUser("joe", "s3krit".toCharArray(), hasher,
|
||||||
SecuritySettingsSource.TEST_ROLE).get();
|
SecuritySettingsSource.TEST_ROLE).get();
|
||||||
|
@ -80,7 +80,6 @@ public class ReservedRealmIntegTests extends NativeRealmIntegTestCase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31670")
|
|
||||||
public void testChangingPassword() {
|
public void testChangingPassword() {
|
||||||
String username = randomFrom(ElasticUser.NAME, KibanaUser.NAME, LogstashSystemUser.NAME, BeatsSystemUser.NAME);
|
String username = randomFrom(ElasticUser.NAME, KibanaUser.NAME, LogstashSystemUser.NAME, BeatsSystemUser.NAME);
|
||||||
final char[] newPassword = "supersecretvalue".toCharArray();
|
final char[] newPassword = "supersecretvalue".toCharArray();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user