Skip to content

Commit

Permalink
[NOID] Fix flaky ConfigTest
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed May 5, 2023
1 parent 1b4383e commit 5d55e36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions full/src/test/java/apoc/config/ConfigTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import apoc.util.TestUtil;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.contrib.java.lang.system.ProvideSystemProperty;
Expand Down Expand Up @@ -91,8 +90,7 @@ public void configListTest(){
assertEquals(EXPECTED_APOC_CONFS.keySet(), actualConfs);
});
}

@Ignore

@Test
public void configMapTest(){
TestUtil.testCall(db, "CALL apoc.config.map()", r -> {
Expand Down

0 comments on commit 5d55e36

Please sign in to comment.