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