[TEST] Remove awaits-fix, the issue is resovled in es-core master
Original commit: elastic/x-pack-elasticsearch@eb813e83dd
This commit is contained in:
parent
3cf6b32f6a
commit
58bd0cc509
|
@ -32,7 +32,6 @@ import static org.mockito.Mockito.when;
|
||||||
public class CompareConditionSearchTests extends AbstractWatcherIntegrationTests {
|
public class CompareConditionSearchTests extends AbstractWatcherIntegrationTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/11692")
|
|
||||||
public void testExecute_withAggs() throws Exception {
|
public void testExecute_withAggs() throws Exception {
|
||||||
|
|
||||||
client().admin().indices().prepareCreate("my-index")
|
client().admin().indices().prepareCreate("my-index")
|
||||||
|
|
|
@ -49,7 +49,6 @@ public class ScriptConditionSearchTests extends AbstractWatcherIntegrationTests
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/11692")
|
|
||||||
public void testExecute_withAggs() throws Exception {
|
public void testExecute_withAggs() throws Exception {
|
||||||
|
|
||||||
client().admin().indices().prepareCreate("my-index")
|
client().admin().indices().prepareCreate("my-index")
|
||||||
|
|
Loading…
Reference in New Issue