Skip to content

Commit 2e8dd2d

Browse files
Removes TestIssueLogging from GatewayMetaStatePersistedStateTests.testDataOnlyNodePersistence (#136383)
Removes the `TestIssueLogging` annotation from `GatewayMetaStatePersistedStateTests.testDataOnlyNodePersistence` because the issue is closed Relates to: #87952
1 parent e5f0d9e commit 2e8dd2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/test/java/org/elasticsearch/gateway/GatewayMetaStatePersistedStateTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
import org.elasticsearch.index.IndexVersion;
4343
import org.elasticsearch.node.Node;
4444
import org.elasticsearch.test.ESTestCase;
45-
import org.elasticsearch.test.junit.annotations.TestIssueLogging;
4645
import org.elasticsearch.threadpool.TestThreadPool;
4746
import org.elasticsearch.threadpool.ThreadPool;
4847
import org.elasticsearch.transport.TransportService;
@@ -370,7 +369,6 @@ public void testStatePersistedOnLoad() throws IOException {
370369
}
371370
}
372371

373-
@TestIssueLogging(value = "org.elasticsearch.gateway:TRACE", issueUrl = "https://github.com/elastic/elasticsearch/issues/87952")
374372
public void testDataOnlyNodePersistence() throws Exception {
375373
final List<Closeable> cleanup = new ArrayList<>(2);
376374

0 commit comments

Comments
 (0)