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:
Jason Tedor 2017-02-15 22:56:52 -05:00
parent 5443f7d625
commit 3f07fcef64
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ import static org.hamcrest.CoreMatchers.containsString;
public class CrudIT extends ESRestHighLevelClientTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/23196")
public void testExists() throws IOException {
{
GetRequest getRequest = new GetRequest("index", "type", "id");