Revert "[TEST] Muted failing tests, see elastic/x-pack-elasticsearch#771"

This reverts commit elastic/x-pack-elasticsearch@014ae38d5b.

Original commit: elastic/x-pack-elasticsearch@c34a5bcc60
This commit is contained in:
Dimitrios Athanasiou 2017-03-20 11:52:46 +00:00
parent 67e4544267
commit 3e8b45f2a2
2 changed files with 1 additions and 2 deletions

View File

@ -307,7 +307,7 @@ project.afterEvaluate {
integTestRunner {
// TODO: fix this rest test to not depend on a hardcoded port!
systemProperty 'tests.rest.blacklist', 'getting_started/10_monitor_cluster_health/*,bulk/10_basic/*,ml/index_layout/Test CRUD on two jobs in shared index,ml/index_layout/Test unrelated index'
systemProperty 'tests.rest.blacklist', 'getting_started/10_monitor_cluster_health/*,bulk/10_basic/*'
}
integTestCluster {

View File

@ -118,7 +118,6 @@ public class DeleteExpiredDataIT extends SecurityIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/771")
public void testDeleteExpiredData() throws Exception {
jobs.add(newJobBuilder("no-retention").setResultsRetentionDays(null).setModelSnapshotRetentionDays(null).build());
jobs.add(newJobBuilder("results-retention").setResultsRetentionDays(1L).setModelSnapshotRetentionDays(null).build());