File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
packages/testkit-backend/src/skipped-tests Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ const skippedTests = [
5
5
"Fixme: transactions don't prevent further actions after failure." ,
6
6
ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_discard_after_tx_termination_on_run' ) ,
7
7
ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_pull' ) ,
8
- ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_run' )
8
+ ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_run' ) ,
9
+ ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_run_after_tx_termination_on_run' ) ,
10
+ ifEquals ( 'stub.configuration_hints.test_connection_recv_timeout_seconds.TestDirectConnectionRecvTimeout.test_timeout_unmanaged_tx_should_fail_subsequent_usage_after_timeout' ) ,
11
+ ifEquals ( 'neo4j.test_tx_run_.TestTxRun.test_consume_after_commit' ) ,
12
+ ifEquals ( 'neo4j.test_tx_run_.TestTxRun.test_tx_configuration' )
9
13
) ,
10
14
skip (
11
15
'Driver does not return offset for old DateTime implementations' ,
You can’t perform that action at this time.
0 commit comments