Skip to content

Commit d5abf41

Browse files
authored
TestKit: skip new tests that need fixes in the driver (#943)
1 parent 8d7b04a commit d5abf41

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

testkitbackend/test_config.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@
1010
"Driver rejects empty queries before sending it to the server",
1111
"'stub.server_side_routing.test_server_side_routing.TestServerSideRouting.test_direct_connection_with_url_params'":
1212
"Driver emits deprecation warning. Behavior will be unified in 6.0.",
13-
"neo4j.datatypes.test_temporal_types.TestDataTypes.test_should_echo_all_timezone_ids":
13+
"'neo4j.datatypes.test_temporal_types.TestDataTypes.test_should_echo_all_timezone_ids'":
1414
"test_subtest_skips.dt_conversion",
15-
"neo4j.datatypes.test_temporal_types.TestDataTypes.test_date_time_cypher_created_tz_id":
16-
"test_subtest_skips.tz_id"
15+
"'neo4j.datatypes.test_temporal_types.TestDataTypes.test_date_time_cypher_created_tz_id'":
16+
"test_subtest_skips.tz_id",
17+
"'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_discard_after_tx_termination_on_run'":
18+
"Fixme: transactions don't prevent further actions after failure.",
19+
"'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_pull'":
20+
"Fixme: transactions don't prevent further actions after failure.",
21+
"'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_run'":
22+
"Fixme: transactions don't prevent further actions after failure."
1723
},
1824
"features": {
1925
"Feature:API:BookmarkManager": true,

0 commit comments

Comments
 (0)