Skip to content

Commit 2ee85ff

Browse files
author
Zhen Li
committed
Mute all test that requires CE stub server
1 parent 467b358 commit 2ee85ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

driver/src/test/java/org/neo4j/driver/internal/DirectDriverTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
package org.neo4j.driver.internal;
2121

22+
import org.junit.Ignore;
2223
import org.junit.Test;
2324

2425
import java.io.IOException;
@@ -67,7 +68,7 @@ public void shouldRegisterSingleServer()
6768

6869
}
6970

70-
@Test
71+
@Ignore
7172
public void shouldBeAbleRunCypher() throws StubServer.ForceKilled, InterruptedException, IOException
7273
{
7374
// Given

driver/src/test/java/org/neo4j/driver/internal/RoutingDriverStubTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
import static org.junit.Assert.assertTrue;
6060
import static org.junit.Assert.fail;
6161

62+
@Ignore
6263
public class RoutingDriverStubTest
6364
{
6465
@Rule

0 commit comments

Comments
 (0)