Remove TestLogging for #46701 (#48156) (#48160)

This hasn't failed in 5 weeks now. Removing
the test logging and closing the issue.

Closes #46701
This commit is contained in:
Armin Braun 2019-10-17 07:54:20 +02:00 committed by GitHub
parent 5af66d79ef
commit f1bc3a0753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -62,7 +62,6 @@ import org.elasticsearch.test.ESIntegTestCase;
import org.elasticsearch.test.ESIntegTestCase.ClusterScope;
import org.elasticsearch.test.ESIntegTestCase.Scope;
import org.elasticsearch.test.InternalSettingsPlugin;
import org.elasticsearch.test.junit.annotations.TestLogging;
import java.io.IOException;
import java.util.ArrayList;
@ -1008,7 +1007,6 @@ public class IndexStatsIT extends ESIntegTestCase {
assertEquals(total, shardTotal);
}
@TestLogging(value = "_root:DEBUG", reason = "https://github.com/elastic/elasticsearch/issues/46701")
public void testFilterCacheStats() throws Exception {
Settings settings = Settings.builder().put(indexSettings())
.put("number_of_replicas", 0)