Skip to content

Commit 5bd0df3

Browse files
committed
Skip more tests that require result keys
Tests were previously skipped because of a bug in TestKit neo4j-drivers/testkit#455
1 parent bc6cc8f commit 5bd0df3

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ 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_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size'),
18+
ifEquals('neo4j.test_summary.TestSummary.test_summary_counters_case_2'),
19+
ifEquals('neo4j.test_direct_driver.TestDirectDriver.test_multi_db_various_databases'),
1720
ifEquals('neo4j.test_tx_run.TestTxRun.test_consume_after_commit'),
1821
ifEquals('neo4j.test_tx_run.TestTxRun.test_tx_configuration'),
1922
ifEquals('neo4j.test_tx_run.TestTxRun.test_interwoven_queries'),
2023
ifEquals('neo4j.test_tx_run.TestTxRun.test_parallel_queries'),
21-
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size'),
2224
ifEquals('neo4j.test_tx_func_run.TestTxFuncRun.test_tx_func_configuration')
2325
),
2426
skip('Flacky because sometimes the connection is actually available',

0 commit comments

Comments
 (0)