Skip to content

Commit 40b3e6c

Browse files
committed
TestKit: skip new tests that need fixes in the driver
Adjustment for new tests and assertions added in neo4j-drivers/testkit#574
1 parent 02572c2 commit 40b3e6c

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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+
),
410
skip(
511
'Driver does not return offset for old DateTime implementations',
612
ifStartsWith('stub.types.test_temporal_types.TestTemporalTypes')

0 commit comments

Comments
 (0)