This is an automated email from the ASF dual-hosted git repository. dlmarion 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 695e86d4e1 Remove commented Disabled annotation from testClose 695e86d4e1 is described below commit 695e86d4e179c87fa0a1c4fb57ae19a7eb38c9ce Author: Dave Marion <dlmar...@apache.org> AuthorDate: Wed Dec 6 14:59:46 2023 +0000 Remove commented Disabled annotation from testClose --- .../main/java/org/apache/accumulo/test/functional/AccumuloClientIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/main/java/org/apache/accumulo/test/functional/AccumuloClientIT.java b/test/src/main/java/org/apache/accumulo/test/functional/AccumuloClientIT.java index 8d0d01b9c3..694f4ee755 100644 --- a/test/src/main/java/org/apache/accumulo/test/functional/AccumuloClientIT.java +++ b/test/src/main/java/org/apache/accumulo/test/functional/AccumuloClientIT.java @@ -140,7 +140,6 @@ public class AccumuloClientIT extends AccumuloClusterHarness { } @Test - // @Disabled // ELASTICITY_TODO public void testClose() throws Exception { String tableName = getUniqueNames(1)[0];