test: mute test until we can fix the field stats caching

Original commit: elastic/x-pack-elasticsearch@06ce7da477
This commit is contained in:
jaymode 2016-06-15 08:52:22 -04:00
parent 5a06edf697
commit f8ba97c42f
1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ public class FieldLevelSecurityTests extends ShieldIntegTestCase {
assertThat(response.getResponses()[0].getResponse().getSource().get("field2").toString(), equalTo("value2"));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/2528")
public void testFieldStatsApi() throws Exception {
assertAcked(client().admin().indices().prepareCreate("test")
.addMapping("type1", "field1", "type=text", "field2", "type=text", "field3", "type=text")