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 11175d534d Enable MetaRecoveryIT (#4039) 11175d534d is described below commit 11175d534d7e984b6a802220a59e30d93f5b36af Author: Dave Marion <dlmar...@apache.org> AuthorDate: Thu Dec 7 13:53:05 2023 -0500 Enable MetaRecoveryIT (#4039) --- test/src/main/java/org/apache/accumulo/test/MetaRecoveryIT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/src/main/java/org/apache/accumulo/test/MetaRecoveryIT.java b/test/src/main/java/org/apache/accumulo/test/MetaRecoveryIT.java index 8487f17877..11e697e899 100644 --- a/test/src/main/java/org/apache/accumulo/test/MetaRecoveryIT.java +++ b/test/src/main/java/org/apache/accumulo/test/MetaRecoveryIT.java @@ -40,13 +40,11 @@ import org.apache.accumulo.test.functional.ConfigurableMacBase; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.RawLocalFileSystem; import org.apache.hadoop.io.Text; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import com.google.common.collect.Iterators; // ACCUMULO-3211 -@Disabled // ELASTICITY_TODO public class MetaRecoveryIT extends ConfigurableMacBase { @Override