File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/testkit-backend/src/skipped-tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ const skippedTests = [
8
8
ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_run' ) ,
9
9
ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_run_after_tx_termination_on_run' ) ,
10
10
ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_run_after_tx_termination_on_pull' ) ,
11
+ ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_rollback_message_after_tx_termination' ) ,
12
+ ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_commit_after_tx_termination' ) ,
11
13
ifEquals ( 'stub.configuration_hints.test_connection_recv_timeout_seconds.TestDirectConnectionRecvTimeout.test_timeout_unmanaged_tx_should_fail_subsequent_usage_after_timeout' )
12
14
) ,
13
15
skip (
You can’t perform that action at this time.
0 commit comments