Tests: Mute test in KerberosRealmTests

Relates #32701
This commit is contained in:
Alexander Reelsen 2018-08-10 10:27:42 +02:00
parent f58ed21720
commit 3fa3af1d11
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ public class KerberosRealmTests extends KerberosRealmTestCase {
assertThat(future.actionGet(), is(nullValue())); assertThat(future.actionGet(), is(nullValue()));
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32768")
public void testKerberosRealmWithInvalidKeytabPathConfigurations() throws IOException { public void testKerberosRealmWithInvalidKeytabPathConfigurations() throws IOException {
final String keytabPathCase = randomFrom("keytabPathAsDirectory", "keytabFileDoesNotExist", "keytabPathWithNoReadPermissions"); final String keytabPathCase = randomFrom("keytabPathAsDirectory", "keytabFileDoesNotExist", "keytabPathWithNoReadPermissions");
final String expectedErrorMessage; final String expectedErrorMessage;