Skip to content

Commit e5301f0

Browse files
committed
Remove renamed tests skip
1 parent d0a04d4 commit e5301f0

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ const skippedTests = [
77
ifEquals('stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_pull'),
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'),
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')
10+
ifEquals('stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_run_after_tx_termination_on_pull'),
11+
ifEquals('stub.configuration_hints.test_connection_recv_timeout_seconds.TestDirectConnectionRecvTimeout.test_timeout_unmanaged_tx_should_fail_subsequent_usage_after_timeout')
1312
),
1413
skip(
1514
'Driver does not return offset for old DateTime implementations',

0 commit comments

Comments
 (0)