[TEST] mute failing tests, which are tracked in elastic/x-pack-elasticsearch#1511

Original commit: elastic/x-pack-elasticsearch@e23dd847f3
This commit is contained in:
Ali Beyad 2017-05-22 12:19:56 -04:00
parent 5a3c85cd57
commit e0a8881cfc
2 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public class NativeRealmIntegTests extends NativeRealmIntegTestCase {
} }
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/pull/1507")
public void testDeletingNonexistingUserAndRole() throws Exception { public void testDeletingNonexistingUserAndRole() throws Exception {
SecurityClient c = securityClient(); SecurityClient c = securityClient();
DeleteUserResponse resp = c.prepareDeleteUser("joe").get(); DeleteUserResponse resp = c.prepareDeleteUser("joe").get();

View File

@ -54,6 +54,7 @@ public class WriteActionsTests extends SecurityIntegTestCase {
BulkAction.NAME + "[s]"); BulkAction.NAME + "[s]");
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1511")
public void testDelete() { public void testDelete() {
createIndex("test1", "index1"); createIndex("test1", "index1");
client().prepareIndex("test1", "type", "id").setSource("field", "value").get(); client().prepareIndex("test1", "type", "id").setSource("field", "value").get();