Skip to content

Commit

Permalink
Re-enable durability ITs, they pass now with no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmarion committed Dec 6, 2023
1 parent 8f88fbe commit 280cb9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@
import org.apache.accumulo.miniclusterImpl.ProcessReference;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.RawLocalFileSystem;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

import com.google.common.collect.Iterators;

@Tag(MINI_CLUSTER_ONLY)
@Disabled // ELASTICITY_TODO
public class DurabilityIT extends ConfigurableMacBase {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@
import org.apache.accumulo.miniclusterImpl.ProcessReference;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.RawLocalFileSystem;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import com.google.common.collect.Iterators;

@Disabled // ELASTICITY_TODO
public class SessionDurabilityIT extends ConfigurableMacBase {

@Override
Expand Down

0 comments on commit 280cb9b

Please sign in to comment.