Skip to content

Commit 1a5e46d

Browse files
authored
TestKit: skip new tests that need fixes in the driver (#719)
1 parent 81449d2 commit 1a5e46d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,18 @@ private static readonly (string Name, string Reason)[] BlackListNames =
8080
("tlsversions.TestTlsVersions.test_1_1",
8181
"TLS 1.1 is not supported in .Net"),
8282

83+
("stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_discard_after_tx_termination_on_run",
84+
"driver does not report errors on RUN before consuming results"),
85+
("stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_run_after_tx_termination_on_run",
86+
"driver does not report errors on RUN before consuming results"),
87+
("stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_run",
88+
"driver does not report errors on RUN before consuming results"),
89+
("tests.stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_run",
90+
"driver does not report errors on RUN before consuming results"),
91+
8392
//TODO:
93+
("stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_pull",
94+
"Fixme: transactions don't prevent further actions after failure"),
8495
("RoutingV3.test_should_ignore_system_bookmark_when_getting_rt_for_multi_db",
8596
"Test is not valid for protocol V3"),
8697

0 commit comments

Comments
 (0)