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
The following commit(s) were added to refs/heads/elasticity by this push: new ab3b66c3f0 removes unused import ab3b66c3f0 is described below commit ab3b66c3f0f07926214bed32a1cd9a84a2b8988a Author: Keith Turner <ktur...@apache.org> AuthorDate: Thu Nov 16 17:05:57 2023 -0500 removes unused import --- .../org/apache/accumulo/test/compaction/ExternalCompaction_3_IT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction_3_IT.java b/test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction_3_IT.java index 533c29c281..2860b1aea4 100644 --- a/test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction_3_IT.java +++ b/test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction_3_IT.java @@ -58,7 +58,6 @@ import org.apache.hadoop.io.Text; import org.apache.thrift.TException; import org.apache.thrift.transport.TTransportException; import org.junit.jupiter.api.BeforeAll; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import com.google.common.net.HostAndPort;