Remove trace logging from CoordinatorTests
This commit is contained in:
parent
7b82c6c4cc
commit
9026f98aca
|
@ -51,7 +51,6 @@ import org.elasticsearch.indices.cluster.FakeThreadPoolMasterService;
|
|||
import org.elasticsearch.test.ESTestCase;
|
||||
import org.elasticsearch.test.disruption.DisruptableMockTransport;
|
||||
import org.elasticsearch.test.disruption.DisruptableMockTransport.ConnectionStatus;
|
||||
import org.elasticsearch.test.junit.annotations.TestLogging;
|
||||
import org.elasticsearch.transport.TransportService;
|
||||
import org.hamcrest.Matcher;
|
||||
import org.junit.Before;
|
||||
|
@ -113,7 +112,6 @@ import static org.hamcrest.Matchers.not;
|
|||
import static org.hamcrest.Matchers.sameInstance;
|
||||
import static org.hamcrest.Matchers.startsWith;
|
||||
|
||||
@TestLogging("org.elasticsearch.cluster.coordination:TRACE,org.elasticsearch.discovery:TRACE")
|
||||
public class CoordinatorTests extends ESTestCase {
|
||||
|
||||
@Before
|
||||
|
|
Loading…
Reference in New Issue