Skip to content

Commit 02fc91c

Browse files
authored
Skip more tests that require result keys (#933)
Tests were previously skipped because of a bug in TestKit neo4j-drivers/testkit#455
1 parent bc6cc8f commit 02fc91c

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ const skippedTests = [
1414
skip(
1515
'Fail while enable Temporary::ResultKeys',
1616
ifEquals('neo4j.test_bookmarks.TestBookmarks.test_can_pass_bookmark_into_next_session'),
17+
ifEquals('neo4j.test_direct_driver.TestDirectDriver.test_multi_db_various_databases'),
18+
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size'),
19+
ifEquals('neo4j.test_summary.TestSummary.test_summary_counters_case_2'),
20+
ifEquals('neo4j.test_tx_func_run.TestTxFuncRun.test_tx_func_configuration'),
1721
ifEquals('neo4j.test_tx_run.TestTxRun.test_consume_after_commit'),
1822
ifEquals('neo4j.test_tx_run.TestTxRun.test_tx_configuration'),
1923
ifEquals('neo4j.test_tx_run.TestTxRun.test_interwoven_queries'),
20-
ifEquals('neo4j.test_tx_run.TestTxRun.test_parallel_queries'),
21-
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size'),
22-
ifEquals('neo4j.test_tx_func_run.TestTxFuncRun.test_tx_func_configuration')
24+
ifEquals('neo4j.test_tx_run.TestTxRun.test_parallel_queries')
2325
),
2426
skip('Flacky because sometimes the connection is actually available',
2527
ifEndsWith('test_should_enforce_pool_size_per_cluster_member')

0 commit comments

Comments
 (0)