mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 22:09:24 +00:00
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 {
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/23196")
|
||||
public void testExists() throws IOException {
|
||||
{
|
||||
GetRequest getRequest = new GetRequest("index", "type", "id");
|
||||
|
Loading…
x
Reference in New Issue
Block a user