Removes debug logging from RestEqlCancellationIT (#58676)

The test didn't fail since the fix in #58493. So, it's time to remove debug
logging and close the issue.

Closes #58270
This commit is contained in:
Igor Motov 2020-06-29 13:15:01 -04:00 committed by GitHub
parent 3cb8f54f28
commit 773f3574a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,6 @@ import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.plugins.Plugin;
import org.elasticsearch.tasks.Task;
import org.elasticsearch.tasks.TaskInfo;
import org.elasticsearch.test.junit.annotations.TestIssueLogging;
import org.elasticsearch.transport.Netty4Plugin;
import org.elasticsearch.transport.TransportService;
import org.elasticsearch.transport.nio.NioTransportPlugin;
@ -38,8 +37,6 @@ import static org.hamcrest.Matchers.instanceOf;
import static org.hamcrest.Matchers.notNullValue;
import static org.hamcrest.Matchers.nullValue;
@TestIssueLogging(value = "org.elasticsearch.xpack.eql.action:TRACE",
issueUrl = "https://github.com/elastic/elasticsearch/issues/58270")
public class RestEqlCancellationIT extends AbstractEqlBlockingIntegTestCase {
private static String nodeHttpTypeKey;