Skip to content

Commit

Permalink
[TEST] Mute failing tests in NativeRealmInteg and ReservedRealmInteg
Browse files Browse the repository at this point in the history
Tracking issue: elastic#31670
  • Loading branch information
polyfractal committed Jun 28, 2018
1 parent 02c01cb commit eef8e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ public void testOperationsOnReservedRoles() throws Exception {
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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public void testAuthenticateAfterEnablingUser() {
}
}

@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();
Expand Down

0 comments on commit eef8e80

Please sign in to comment.