Navigation Menu

Skip to content

Commit

Permalink
[TEST] Temporarily silence failing test
Browse files Browse the repository at this point in the history
Failure ticket at #16645
  • Loading branch information
polyfractal committed Feb 12, 2016
1 parent 299179e commit 2ebd2ba
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -156,6 +156,7 @@ public void testSimpleSearchRouting() {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/16645")
public void testRequiredRoutingMapping() throws Exception {
client().admin().indices().prepareCreate("test").addAlias(new Alias("alias"))
.addMapping("type1", XContentFactory.jsonBuilder().startObject().startObject("type1").startObject("_routing").field("required", true).endObject().endObject().endObject())
Expand Down

0 comments on commit 2ebd2ba

Please sign in to comment.