Skip to content

Commit dec7eec

Browse files
committed
Add more tests to the pool
1 parent 40b3e6c commit dec7eec

File tree

1 file changed

+4
-1
lines changed
  • packages/testkit-backend/src/skipped-tests

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ const skippedTests = [
55
"Fixme: transactions don't prevent further actions after failure.",
66
ifEquals('stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_discard_after_tx_termination_on_run'),
77
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('tests.neo4j.test_tx_run_.TestTxRun.test_consume_after_commit'),
11+
ifEquals('tests.neo4j.test_tx_run_.TestTxRun.test_tx_configuration')
912
),
1013
skip(
1114
'Driver does not return offset for old DateTime implementations',

0 commit comments

Comments
 (0)