Remove trace logging from testBreakerWithRandomExceptions()

This commit is contained in:
Lee Hinman 2014-02-27 13:24:11 -07:00
parent e53a43800e
commit 550c407994
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ import static org.hamcrest.Matchers.equalTo;
public class RandomExceptionCircuitBreakerTests extends ElasticsearchIntegrationTest {
@Test
@TestLogging("org.elasticsearch.indices.fielddata.breaker:TRACE,org.elasticsearch.index.fielddata:TRACE,org.elasticsearch.common.breaker:TRACE")
public void testBreakerWithRandomExceptions() throws IOException, InterruptedException, ExecutionException {
for (NodeStats node : client().admin().cluster().prepareNodesStats()
.clear().setBreaker(true).execute().actionGet().getNodes()) {