Skip to content

Commit 1085bdf

Browse files
committed
Skip tx lifetime tests for now
1 parent e74b86b commit 1085bdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/TestBlackList.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ static class TestBlackList
107107
"Backend does not yet support serializing paths"),
108108

109109
("stub.tx_lifetime.test_tx_lifetime.TestTxLifetime.test_managed_tx_raises_tx_managed_exec",
110-
"Driver (still) allows explicit managing of managed transaction")
110+
"Driver allows to manually manage a managed tx (i.e., tx inside tx func). Will be changed in 6.0.")
111+
111112
};
112113

113114
public static bool FindTest(string testName, out string reason)

0 commit comments

Comments
 (0)