summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search
diff options
context:
space:
mode:
authorTanguy Leroux <tlrx.dev@gmail.com>2017-05-31 09:16:23 +0200
committerTanguy Leroux <tlrx.dev@gmail.com>2017-05-31 09:16:23 +0200
commit8e0d6015f92e2c2e2e96c39d2e1ad58f52c2a6c7 (patch)
treec957bca023774180c85b4a25a860f857891d9877 /core/src/test/java/org/elasticsearch/search
parent6945d7b046765769c4adba597a417d909920addb (diff)
[Test] Mute SearchResponseTests.testFromXContent()
And also AggregationsTests.testFromXContent() until https://github.com/elastic/elasticsearch/pull/24964 is merged.
Diffstat (limited to 'core/src/test/java/org/elasticsearch/search')
-rw-r--r--core/src/test/java/org/elasticsearch/search/aggregations/AggregationsTests.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/test/java/org/elasticsearch/search/aggregations/AggregationsTests.java b/core/src/test/java/org/elasticsearch/search/aggregations/AggregationsTests.java
index 2a1df90a95..2caae2fba4 100644
--- a/core/src/test/java/org/elasticsearch/search/aggregations/AggregationsTests.java
+++ b/core/src/test/java/org/elasticsearch/search/aggregations/AggregationsTests.java
@@ -166,6 +166,7 @@ public class AggregationsTests extends ESTestCase {
}
}
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/24891")
public void testFromXContent() throws IOException {
XContentType xContentType = randomFrom(XContentType.values());
final ToXContent.Params params = new ToXContent.MapParams(singletonMap(RestSearchAction.TYPED_KEYS_PARAM, "true"));