From 0b61acceb4e4f63e25ea79c38b80b43c3bd2f9d3 Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Mon, 8 Aug 2022 10:20:40 +0200 Subject: [PATCH] TestKit Backend: Remove Unnecessary Skip (#635) The driver was behaving correctly. The TestKit tests were adjusted: https://github.com/neo4j-drivers/testkit/pull/504 Hence, the skip can be removed. --- Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/TestBlackList.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/TestBlackList.cs b/Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/TestBlackList.cs index 2b895b76e..23a7b2d29 100644 --- a/Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/TestBlackList.cs +++ b/Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/TestBlackList.cs @@ -112,9 +112,6 @@ static class TestBlackList ("stub.iteration.test_iteration_tx_run.TestIterationTxRun.test_nested", "Requires further investigation"), ("stub.iteration.test_iteration_session_run.TestIterationSessionRun.test_nested", "Requires further investigation"), - - ("stub.driver_parameters.test_connection_acquisition_timeout_ms.TestConnectionAcquisitionTimeoutMs.test_does_not_encompass_router_handshake", - "TODO: ConnectionAcquisitionTimeout cancels handshake with the router") }; public static bool FindTest(string testName, out string reason)