Mark IHBT#testFromAndToXContent as awaits fix
This commit marks InnerHitsBuilderTests#testFromAndToXContent as awaiting a fix.
This commit is contained in:
parent
443976d03c
commit
1199cd8e2a
|
@ -87,6 +87,7 @@ public class InnerHitBuilderTests extends ESTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/18166")
|
||||||
public void testFromAndToXContent() throws Exception {
|
public void testFromAndToXContent() throws Exception {
|
||||||
for (int runs = 0; runs < NUMBER_OF_TESTBUILDERS; runs++) {
|
for (int runs = 0; runs < NUMBER_OF_TESTBUILDERS; runs++) {
|
||||||
InnerHitBuilder innerHit = randomInnerHits(true, false);
|
InnerHitBuilder innerHit = randomInnerHits(true, false);
|
||||||
|
|
Loading…
Reference in New Issue