This is an automated email from the ASF dual-hosted git repository. kturner pushed a commit to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
commit d3264f1ffa2b6bedaf45f6c5af5b9f7eac439139 Author: Keith Turner <ktur...@apache.org> AuthorDate: Wed Apr 17 16:27:06 2024 -0400 removes uneeded deprecation suppression --- .../java/org/apache/accumulo/test/compaction/CompactionExecutorIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/main/java/org/apache/accumulo/test/compaction/CompactionExecutorIT.java b/test/src/main/java/org/apache/accumulo/test/compaction/CompactionExecutorIT.java index f8d7c31467..67c01286a9 100644 --- a/test/src/main/java/org/apache/accumulo/test/compaction/CompactionExecutorIT.java +++ b/test/src/main/java/org/apache/accumulo/test/compaction/CompactionExecutorIT.java @@ -391,7 +391,6 @@ public class CompactionExecutorIT extends SharedMiniClusterBase { } @Test - @SuppressWarnings("deprecation") public void testTooManyDeletes() throws Exception { try (AccumuloClient client = Accumulo.newClient().from(getClientProps()).build()) { var deleteSummarizerCfg =