Skip to content

Commit b4955c7

Browse files
pmpailiscbuescher
authored andcommitted
Removing trace logging for SearchProgressActionListenerIT (elastic#112275)
1 parent a8dcd0f commit b4955c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server/src/internalClusterTest/java/org/elasticsearch/action/search/SearchProgressActionListenerIT.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import org.elasticsearch.search.sort.SortOrder;
2626
import org.elasticsearch.tasks.TaskId;
2727
import org.elasticsearch.test.ESSingleNodeTestCase;
28-
import org.elasticsearch.test.junit.annotations.TestIssueLogging;
2928

3029
import java.util.ArrayList;
3130
import java.util.Arrays;
@@ -41,10 +40,6 @@
4140
import static org.hamcrest.Matchers.equalTo;
4241
import static org.hamcrest.Matchers.lessThan;
4342

44-
@TestIssueLogging(
45-
issueUrl = "https://github.com/elastic/elasticsearch/issues/109830",
46-
value = "org.elasticsearch.action.search:TRACE," + "org.elasticsearch.search.SearchService:TRACE"
47-
)
4843
public class SearchProgressActionListenerIT extends ESSingleNodeTestCase {
4944
private List<SearchShard> shards;
5045

0 commit comments

Comments
 (0)