Add AwaitsFix for elastic/x-pack-elasticsearch#592
Original commit: elastic/x-pack-elasticsearch@c5d2650acf
This commit is contained in:
parent
75470b4036
commit
1a4b87454c
|
@ -22,6 +22,7 @@ import static org.elasticsearch.common.xcontent.XContentType.JSON;
|
||||||
|
|
||||||
public class MlBasicMultiNodeIT extends ESRestTestCase {
|
public class MlBasicMultiNodeIT extends ESRestTestCase {
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/592")
|
||||||
public void testMiniFarequote() throws Exception {
|
public void testMiniFarequote() throws Exception {
|
||||||
String jobId = "foo1";
|
String jobId = "foo1";
|
||||||
createFarequoteJob(jobId);
|
createFarequoteJob(jobId);
|
||||||
|
|
Loading…
Reference in New Issue