We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb8e12 commit f143547Copy full SHA for f143547
1 file changed
neo4j/test-integration/timeout_test.go
@@ -94,7 +94,7 @@ var _ = Describe("Timeout and Lifetime", func() {
94
Expect(log.Infos).Should(ContainElement(ContainSubstring("reached its maximum lifetime")))
95
})
96
97
- It("should timeout connection when SocketConnectTimeout is hit", func() {
+ XIt("should timeout connection when SocketConnectTimeout is hit", func() {
98
var err error
99
var driver neo4j.Driver
100
var session neo4j.Session
0 commit comments