Mark CrudIT#testExists as awaits fix
This commit marks the test CrudIT#testExists as awaiting a fix due to a behavior change from aligning the GET and HEAD document APIs.
This commit is contained in:
parent
5443f7d625
commit
3f07fcef64
|
@ -44,6 +44,7 @@ import static org.hamcrest.CoreMatchers.containsString;
|
||||||
|
|
||||||
public class CrudIT extends ESRestHighLevelClientTestCase {
|
public class CrudIT extends ESRestHighLevelClientTestCase {
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/23196")
|
||||||
public void testExists() throws IOException {
|
public void testExists() throws IOException {
|
||||||
{
|
{
|
||||||
GetRequest getRequest = new GetRequest("index", "type", "id");
|
GetRequest getRequest = new GetRequest("index", "type", "id");
|
||||||
|
|
Loading…
Reference in New Issue