[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:
David Roberts 2020-02-03 11:00:25 +00:00
parent 39b4710081
commit d5d8fb26fa
1 changed files with 0 additions and 3 deletions

View File

@ -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);