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 e74b86b commit 1085bdfCopy full SHA for 1085bdf
Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/TestBlackList.cs
@@ -107,7 +107,8 @@ static class TestBlackList
107
"Backend does not yet support serializing paths"),
108
109
("stub.tx_lifetime.test_tx_lifetime.TestTxLifetime.test_managed_tx_raises_tx_managed_exec",
110
- "Driver (still) allows explicit managing of managed transaction")
+ "Driver allows to manually manage a managed tx (i.e., tx inside tx func). Will be changed in 6.0.")
111
+
112
};
113
114
public static bool FindTest(string testName, out string reason)
0 commit comments