Skip to content

Commit eef8e80

Browse files
committed
[TEST] Mute failing tests in NativeRealmInteg and ReservedRealmInteg
Tracking issue: #31670
1 parent 02c01cb commit eef8e80

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/esnative/NativeRealmIntegTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ public void testOperationsOnReservedRoles() throws Exception {
590590
assertThat(response.roles()[0].getName(), is(name));
591591
}
592592

593+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31670")
593594
public void testCreateAndChangePassword() throws Exception {
594595
securityClient().preparePutUser("joe", "s3krit".toCharArray(), getFastStoredHashAlgoForTests(),
595596
SecuritySettingsSource.TEST_ROLE).get();

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/esnative/ReservedRealmIntegTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public void testAuthenticateAfterEnablingUser() {
6161
}
6262
}
6363

64+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31670")
6465
public void testChangingPassword() {
6566
String username = randomFrom(ElasticUser.NAME, KibanaUser.NAME, LogstashSystemUser.NAME, BeatsSystemUser.NAME);
6667
final char[] newPassword = "supersecretvalue".toCharArray();

0 commit comments

Comments
 (0)