Skip to content

Commit 85aa122

Browse files
author
Zhen
committed
Another compilation error due to empty test class
1 parent 536a232 commit 85aa122

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

driver/src/test/java/org/neo4j/driver/internal/net/pooling/SocketConnectionPoolTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
*/
1919
package org.neo4j.driver.internal.net.pooling;
2020

21+
import org.junit.Ignore;
22+
23+
@Ignore
2124
public class SocketConnectionPoolTest
2225
{
2326

0 commit comments

Comments
 (0)