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 2121import io .netty .channel .Channel ;
2222import org .junit .After ;
2323import org .junit .AfterClass ;
24+ import org .junit .Ignore ;
2425import org .junit .Rule ;
2526import org .junit .Test ;
2627
@@ -408,6 +409,7 @@ public String apply( Session session )
408409 }
409410
410411 @ Test
412+ @ Ignore
411413 public void shouldNotServeWritesWhenMajorityOfCoresAreDead () throws Exception
412414 {
413415 Cluster cluster = clusterRule .getCluster ();
@@ -439,6 +441,7 @@ public void shouldNotServeWritesWhenMajorityOfCoresAreDead() throws Exception
439441 }
440442
441443 @ Test
444+ @ Ignore
442445 public void shouldServeReadsWhenMajorityOfCoresAreDead () throws Exception
443446 {
444447 Cluster cluster = clusterRule .getCluster ();
You can’t perform that action at this time.
0 commit comments