Skip to content

Commit 7e837e1

Browse files
authored
testkit-backend: skip tests for prevent commit/rollback after tx termination (#1112)
These driver needs to implement the feature and the test need to adjusted with the correct exception.
1 parent b7da9e4 commit 7e837e1

File tree

1 file changed

+2
-0
lines changed
  • packages/testkit-backend/src/skipped-tests

1 file changed

+2
-0
lines changed

packages/testkit-backend/src/skipped-tests/common.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const skippedTests = [
88
ifEquals('stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_run'),
99
ifEquals('stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_run_after_tx_termination_on_run'),
1010
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'),
1113
ifEquals('stub.configuration_hints.test_connection_recv_timeout_seconds.TestDirectConnectionRecvTimeout.test_timeout_unmanaged_tx_should_fail_subsequent_usage_after_timeout')
1214
),
1315
skip(

0 commit comments

Comments
 (0)