Mute failing GetResultTests and DocumentFieldTests
This commit is contained in:
parent
0cc1ffdf20
commit
85933161d4
|
@ -55,6 +55,7 @@ public class DocumentFieldTests extends ESTestCase {
|
||||||
DocumentFieldTests::mutateDocumentField);
|
DocumentFieldTests::mutateDocumentField);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29080")
|
||||||
public void testToAndFromXContent() throws Exception {
|
public void testToAndFromXContent() throws Exception {
|
||||||
XContentType xContentType = randomFrom(XContentType.values());
|
XContentType xContentType = randomFrom(XContentType.values());
|
||||||
Tuple<DocumentField, DocumentField> tuple = randomDocumentField(xContentType);
|
Tuple<DocumentField, DocumentField> tuple = randomDocumentField(xContentType);
|
||||||
|
|
|
@ -49,6 +49,7 @@ import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertToXC
|
||||||
|
|
||||||
public class GetResultTests extends ESTestCase {
|
public class GetResultTests extends ESTestCase {
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29080")
|
||||||
public void testToAndFromXContent() throws Exception {
|
public void testToAndFromXContent() throws Exception {
|
||||||
XContentType xContentType = randomFrom(XContentType.values());
|
XContentType xContentType = randomFrom(XContentType.values());
|
||||||
Tuple<GetResult, GetResult> tuple = randomGetResult(xContentType);
|
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 {
|
public void testToAndFromXContentEmbedded() throws Exception {
|
||||||
XContentType xContentType = randomFrom(XContentType.values());
|
XContentType xContentType = randomFrom(XContentType.values());
|
||||||
Tuple<GetResult, GetResult> tuple = randomGetResult(xContentType);
|
Tuple<GetResult, GetResult> tuple = randomGetResult(xContentType);
|
||||||
|
|
Loading…
Reference in New Issue