neo4j-contrib / java-rest-binding

Java Bindings for the Neo4J Server REST API, providing an implementation of GraphDatabaseService
Other
120 stars 72 forks source link

ignore failing tests for https using JDK6 #49

Closed sarmbruster closed 11 years ago

sarmbruster commented 11 years ago

For some weird and unknown reason some https based tests throw on JDK6: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe is thrown Running with JDK7 works fine.