Skip to content

Commit 33f587d

Browse files
authored
TestKit: skip new tests that need fixes in the driver (#1109)
Adjustment for new tests and assertions added in neo4j-drivers/testkit#574
1 parent 7fe7720 commit 33f587d

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
import skip, { ifEquals, ifEndsWith, endsWith, ifStartsWith, startsWith, not } from './skip.js'
22

33
const skippedTests = [
4+
skip(
5+
"Fixme: transactions don't prevent further actions after failure.",
6+
ifEquals('stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_discard_after_tx_termination_on_run'),
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'),
9+
ifEquals('stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_run_after_tx_termination_on_run'),
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')
12+
),
413
skip(
514
'Driver does not return offset for old DateTime implementations',
615
ifStartsWith('stub.types.test_temporal_types.TestTemporalTypes')

0 commit comments

Comments
 (0)