Skip to content

Commit

Permalink
Tests: Mute test in KerberosRealmTests
Browse files Browse the repository at this point in the history
  • Loading branch information
spinscale committed Aug 10, 2018
1 parent f58ed21 commit 3fa3af1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public void testLookupUser() {
assertThat(future.actionGet(), is(nullValue()));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32768")
public void testKerberosRealmWithInvalidKeytabPathConfigurations() throws IOException {
final String keytabPathCase = randomFrom("keytabPathAsDirectory", "keytabFileDoesNotExist", "keytabPathWithNoReadPermissions");
final String expectedErrorMessage;
Expand Down

0 comments on commit 3fa3af1

Please sign in to comment.