[TEST] Remove awaits-fix, the issue is resovled in es-core master

Original commit: elastic/x-pack-elasticsearch@eb813e83dd
This commit is contained in:
Simon Willnauer 2015-06-22 12:54:03 +02:00
parent 3cf6b32f6a
commit 58bd0cc509
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ import static org.mockito.Mockito.when;
public class CompareConditionSearchTests extends AbstractWatcherIntegrationTests {
@Test
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/11692")
public void testExecute_withAggs() throws Exception {
client().admin().indices().prepareCreate("my-index")

View File

@ -49,7 +49,6 @@ public class ScriptConditionSearchTests extends AbstractWatcherIntegrationTests
}
@Test
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/11692")
public void testExecute_withAggs() throws Exception {
client().admin().indices().prepareCreate("my-index")