Removing test logger now that fix is in
Original commit: elastic/x-pack-elasticsearch@8d80b59ddd
This commit is contained in:
parent
8a15a17442
commit
6c8ec7be28
|
@ -14,7 +14,6 @@ import org.elasticsearch.common.transport.InetSocketTransportAddress;
|
|||
import org.elasticsearch.plugins.Plugin;
|
||||
import org.elasticsearch.shield.transport.netty.ShieldNettyTransport;
|
||||
import org.elasticsearch.test.ESIntegTestCase;
|
||||
import org.elasticsearch.test.junit.annotations.TestLogging;
|
||||
import org.elasticsearch.xpack.XPackPlugin;
|
||||
import org.junit.After;
|
||||
import org.junit.AfterClass;
|
||||
|
@ -43,7 +42,6 @@ import static org.hamcrest.Matchers.greaterThanOrEqualTo;
|
|||
* then uses a transport client to check that the data have been correctly received and
|
||||
* indexed in the cluster.
|
||||
*/
|
||||
@TestLogging("org.elasticsearch.action.admin.cluster.settings:DEBUG")
|
||||
public class SmokeTestMonitoringWithShieldIT extends ESIntegTestCase {
|
||||
|
||||
private static final String USER = "test_user";
|
||||
|
|
Loading…
Reference in New Issue