Mute failing GetResultTests and DocumentFieldTests

This commit is contained in:
Christoph Büscher 2018-03-15 11:49:45 +01:00
parent 0cc1ffdf20
commit 85933161d4
2 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,7 @@ public class DocumentFieldTests extends ESTestCase {
DocumentFieldTests::mutateDocumentField);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29080")
public void testToAndFromXContent() throws Exception {
XContentType xContentType = randomFrom(XContentType.values());
Tuple<DocumentField, DocumentField> tuple = randomDocumentField(xContentType);

View File

@ -49,6 +49,7 @@ import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertToXC
public class GetResultTests extends ESTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29080")
public void testToAndFromXContent() throws Exception {
XContentType xContentType = randomFrom(XContentType.values());
Tuple<GetResult, GetResult> tuple = randomGetResult(xContentType);
@ -86,6 +87,7 @@ public class GetResultTests extends ESTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29080")
public void testToAndFromXContentEmbedded() throws Exception {
XContentType xContentType = randomFrom(XContentType.values());
Tuple<GetResult, GetResult> tuple = randomGetResult(xContentType);