Skip to content

Commit

Permalink
TestKit Backend: Remove Unnecessary Skip (#635)
Browse files Browse the repository at this point in the history
The driver was behaving correctly. The TestKit tests were adjusted:
neo4j-drivers/testkit#504
Hence, the skip can be removed.
  • Loading branch information
robsdedude authored Aug 8, 2022
1 parent b107c9c commit 0b61acc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/TestBlackList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0b61acc

Please sign in to comment.