File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/testkit-backend/src/skipped-tests Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ const skippedTests = [
14
14
skip (
15
15
'Fail while enable Temporary::ResultKeys' ,
16
16
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' ) ,
17
20
ifEquals ( 'neo4j.test_tx_run.TestTxRun.test_consume_after_commit' ) ,
18
21
ifEquals ( 'neo4j.test_tx_run.TestTxRun.test_tx_configuration' ) ,
19
22
ifEquals ( 'neo4j.test_tx_run.TestTxRun.test_interwoven_queries' ) ,
20
23
ifEquals ( 'neo4j.test_tx_run.TestTxRun.test_parallel_queries' ) ,
21
- ifEquals ( 'neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size' ) ,
22
24
ifEquals ( 'neo4j.test_tx_func_run.TestTxFuncRun.test_tx_func_configuration' )
23
25
) ,
24
26
skip ( 'Flacky because sometimes the connection is actually available' ,
You can’t perform that action at this time.
0 commit comments