[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:
parent
733c1077f7
commit
4245672acd
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue