[TEST] Remove obsolete test trace logging from NetworkDisruptionIT (#51746)
The issue this logging was added to fix (#49908) was closed in December and the problem has not recurred so this logging is no longer needed.
This commit is contained in:
parent
39b4710081
commit
d5d8fb26fa
|
@ -13,7 +13,6 @@ import org.elasticsearch.common.unit.ByteSizeValue;
|
|||
import org.elasticsearch.index.query.QueryBuilders;
|
||||
import org.elasticsearch.plugins.Plugin;
|
||||
import org.elasticsearch.test.disruption.NetworkDisruption;
|
||||
import org.elasticsearch.test.junit.annotations.TestLogging;
|
||||
import org.elasticsearch.test.transport.MockTransportService;
|
||||
import org.elasticsearch.xpack.core.ml.action.CloseJobAction;
|
||||
import org.elasticsearch.xpack.core.ml.action.OpenJobAction;
|
||||
|
@ -39,8 +38,6 @@ public class NetworkDisruptionIT extends BaseMlIntegTestCase {
|
|||
return plugins;
|
||||
}
|
||||
|
||||
@TestLogging(value = "org.elasticsearch.persistent.PersistentTasksClusterService:trace",
|
||||
reason = "https://github.com/elastic/elasticsearch/issues/49908")
|
||||
public void testJobRelocation() throws Exception {
|
||||
internalCluster().ensureAtLeastNumDataNodes(5);
|
||||
ensureStableCluster(5);
|
||||
|
|
Loading…
Reference in New Issue