Skip to content

Commit

Permalink
HSEARCH-3998 Re-enable relevant migration helper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Sep 23, 2020
1 parent 7e3dd99 commit 19655a3
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -32,7 +32,6 @@
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -119,7 +118,6 @@ private static void storeAllBooksInNation() {
}

@Test
@Ignore("HSEARCH-3998 needs to be solved first")
public void testBatchIndexing() throws InterruptedException, IOException {
verifyResultNumbers(); //initial count of entities should match expectations
purgeAll(); // empty indexes
Expand Down

0 comments on commit 19655a3

Please sign in to comment.