Remove extra logging

The test shouldn't be failing any more.
This commit is contained in:
Nik Everett 2016-06-03 16:05:46 -04:00
parent 5b94c4a25b
commit 2437313e4e
1 changed files with 0 additions and 4 deletions

View File

@ -21,7 +21,6 @@ package org.elasticsearch.index.reindex;
import org.elasticsearch.action.ListenableActionFuture;
import org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse;
import org.elasticsearch.test.junit.annotations.TestLogging;
import static org.hamcrest.Matchers.hasSize;
@ -30,9 +29,6 @@ import static org.hamcrest.Matchers.hasSize;
* too but this is the only place that tests running against multiple nodes so it is the only integration tests that checks for
* serialization.
*/
// Extra logging in case of failure. We couldn't explain the last failure:
// https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+g1gc/359/consoleFull
@TestLogging("_root:DEBUG")
public class RethrottleTests extends ReindexTestCase {
public void testReindex() throws Exception {