disable integration test, see elastic/x-pack-elasticsearch#823 for details (elastic/x-pack-elasticsearch#824)
[ML] disable failing integration test, see elastic/x-pack-elasticsearch#823 for details Original commit: elastic/x-pack-elasticsearch@2338b3c972
This commit is contained in:
parent
1bed557911
commit
27dce8669c
|
@ -162,6 +162,7 @@ public class MlBasicMultiNodeIT extends ESRestTestCase {
|
|||
assertEquals(200, response.getStatusLine().getStatusCode());
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/823")
|
||||
public void testMiniFarequoteReopen() throws Exception {
|
||||
String jobId = "foo1_again";
|
||||
createFarequoteJob(jobId);
|
||||
|
|
Loading…
Reference in New Issue