Skip to content

Commit e660001

Browse files
committed
upd
1 parent 503f13e commit e660001

File tree

1 file changed

+0
-5
lines changed
  • x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action

1 file changed

+0
-5
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/ManyShardsIT.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import org.elasticsearch.rest.RestStatus;
2626
import org.elasticsearch.search.MockSearchService;
2727
import org.elasticsearch.search.SearchService;
28-
import org.elasticsearch.test.junit.annotations.TestIssueLogging;
2928
import org.elasticsearch.test.transport.MockTransportService;
3029
import org.elasticsearch.transport.RemoteTransportException;
3130
import org.elasticsearch.transport.TransportChannel;
@@ -260,10 +259,6 @@ public void testLimitConcurrentShards() {
260259
}
261260
}
262261

263-
@TestIssueLogging(
264-
issueUrl = "https://github.com/elastic/elasticsearch/issues/125947",
265-
value = "logger.org.elasticsearch.cluster.routing.allocation.ShardChangesObserver:TRACE"
266-
)
267262
public void testCancelUnnecessaryRequests() {
268263
assumeTrue("Requires pragmas", canUseQueryPragmas());
269264
internalCluster().ensureAtLeastNumDataNodes(3);

0 commit comments

Comments
 (0)