Browse Source

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.
Jason Tedor 8 years ago
parent
commit
3f07fcef64

+ 1 - 0
client/rest-high-level/src/test/java/org/elasticsearch/client/CrudIT.java

@@ -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");