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 2121import io .netty .channel .Channel ;
2222import org .junit .After ;
2323import org .junit .AfterClass ;
24- import org .junit .Ignore ;
2524import org .junit .Rule ;
2625import 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 ();
You can’t perform that action at this time.
0 commit comments