[TEST] Mute failing test

See elastic/x-pack-elasticsearch#2003

Original commit: elastic/x-pack-elasticsearch@5f3611b1d3
This commit is contained in:
David Roberts 2017-07-14 09:49:30 +01:00
parent 1686add7ce
commit 81ec1a7ba5
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ public class ReservedRealmTests extends ESTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/2003")
public void testFailedAuthentication() throws Exception {
final ReservedRealm reservedRealm = new ReservedRealm(mock(Environment.class), Settings.EMPTY, usersStore,
new AnonymousUser(Settings.EMPTY), securityLifecycleService, new ThreadContext(Settings.EMPTY));