[TEST] Unmute tests as the fix is now picked by CI

relates elastic/x-pack-elasticsearch#1079

Original commit: elastic/x-pack-elasticsearch@15d801fed2
This commit is contained in:
Dimitrios Athanasiou 2017-04-13 18:01:51 +01:00
parent 733c1077f7
commit 4245672acd
1 changed files with 0 additions and 2 deletions

View File

@ -86,7 +86,6 @@ public class MlJobIT extends ESRestTestCase {
assertThat(responseAsString, containsString("\"job_id\":\"farequote\""));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1079")
public void testGetJobs_GivenSingleJob() throws Exception {
createFarequoteJob();
@ -107,7 +106,6 @@ public class MlJobIT extends ESRestTestCase {
assertThat(responseAsString, containsString("\"job_id\":\"farequote\""));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1079")
public void testGetJobs_GivenMultipleJobs() throws Exception {
createFarequoteJob("farequote_1");
createFarequoteJob("farequote_2");