[TEST] Remove test logging for resolved issue elastic/x-pack-elasticsearch#1048
Original commit: elastic/x-pack-elasticsearch@012d2b53c9
This commit is contained in:
parent
1010f73ae7
commit
cd119c488f
|
@ -365,8 +365,6 @@ public class BasicDistributedJobsIT extends BaseMlIntegTestCase {
|
||||||
assertEquals("Expected no violations, but got [" + violations + "]", 0, violations.size());
|
assertEquals("Expected no violations, but got [" + violations + "]", 0, violations.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestLogging("org.elasticsearch.xpack.ml.action:DEBUG,org.elasticsearch.xpack.persistent:DEBUG," +
|
|
||||||
"org.elasticsearch.xpack.ml.job.process.autodetect:DEBUG")
|
|
||||||
public void testMlIndicesNotAvailable() throws Exception {
|
public void testMlIndicesNotAvailable() throws Exception {
|
||||||
internalCluster().ensureAtMostNumDataNodes(0);
|
internalCluster().ensureAtMostNumDataNodes(0);
|
||||||
// start non ml node, but that will hold the indices
|
// start non ml node, but that will hold the indices
|
||||||
|
|
Loading…
Reference in New Issue