Skip to content

Commit bccc234

Browse files
committed
Merge branch 1.5 into 1.6
2 parents dda3e89 + 1432c25 commit bccc234

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

driver/src/test/java/org/neo4j/driver/v1/integration/CausalClusteringIT.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import io.netty.channel.Channel;
2222
import org.junit.After;
2323
import org.junit.AfterClass;
24-
import org.junit.Ignore;
2524
import org.junit.Rule;
2625
import org.junit.Test;
2726

@@ -409,7 +408,6 @@ public String apply( Session session )
409408
}
410409

411410
@Test
412-
@Ignore
413411
public void shouldNotServeWritesWhenMajorityOfCoresAreDead() throws Exception
414412
{
415413
Cluster cluster = clusterRule.getCluster();
@@ -441,7 +439,6 @@ public void shouldNotServeWritesWhenMajorityOfCoresAreDead() throws Exception
441439
}
442440

443441
@Test
444-
@Ignore
445442
public void shouldServeReadsWhenMajorityOfCoresAreDead() throws Exception
446443
{
447444
Cluster cluster = clusterRule.getCluster();

0 commit comments

Comments
 (0)