CRUD: AwaitsFix entire wait_for_refresh close test

I disabled one branch a few hours ago because it failed in CI. It looks
like other branches can also fail so I'll disable them as well and look
more closely on Monday.
This commit is contained in:
Nik Everett 2018-09-07 21:27:59 -04:00
parent facec187bb
commit 0b62d6bb9d

View File

@ -38,6 +38,7 @@ import java.util.Map;
/**
* Tests that wait for refresh is fired if the index is closed.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33533")
public class WaitForRefreshAndCloseIT extends ESRestTestCase {
@Before
public void setupIndex() throws IOException {
@ -76,7 +77,6 @@ public class WaitForRefreshAndCloseIT extends ESRestTestCase {
closeWhileListenerEngaged(start("POST", "/_update", "{\"doc\":{\"name\":\"test\"}}"));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33533")
public void testDeleteAndThenClose() throws Exception {
Request request = new Request("PUT", docPath());
request.setJsonEntity("{\"test\":\"test\"}");