File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
driver/src/test/java/org/neo4j/driver/v1/integration Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 21
21
import io .netty .channel .Channel ;
22
22
import org .junit .After ;
23
23
import org .junit .AfterClass ;
24
- import org .junit .Ignore ;
25
24
import org .junit .Rule ;
26
25
import org .junit .Test ;
27
26
@@ -409,7 +408,6 @@ public String apply( Session session )
409
408
}
410
409
411
410
@ Test
412
- @ Ignore
413
411
public void shouldNotServeWritesWhenMajorityOfCoresAreDead () throws Exception
414
412
{
415
413
Cluster cluster = clusterRule .getCluster ();
@@ -441,7 +439,6 @@ public void shouldNotServeWritesWhenMajorityOfCoresAreDead() throws Exception
441
439
}
442
440
443
441
@ Test
444
- @ Ignore
445
442
public void shouldServeReadsWhenMajorityOfCoresAreDead () throws Exception
446
443
{
447
444
Cluster cluster = clusterRule .getCluster ();
You can’t perform that action at this time.
0 commit comments