File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
packages/testkit-backend/src/skipped-tests Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 11import skip , { ifEquals , ifEndsWith , ifStartsWith } from './skip'
22
33const skippedTests = [
4+ skip (
5+ 'Fail while enable Temporary::ResultKeys' ,
6+ ifEquals ( 'neo4j.test_bookmarks.TestBookmarks.test_can_pass_bookmark_into_next_session' ) ,
7+ ifEquals ( 'neo4j.test_tx_run.TestTxRun.test_consume_after_commit' ) ,
8+ ifEquals ( 'neo4j.test_tx_run.TestTxRun.test_tx_configuration' ) ,
9+ ifEquals ( 'neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size' ) ,
10+ ifEquals ( 'neo4j.test_tx_func_run.TestTxFuncRun.test_tx_func_configuration' )
11+ ) ,
412 skip (
513 'Fail while enable Temporary:FastFailingDiscovery' ,
614 ifEndsWith ( 'test_should_request_rt_from_all_initial_routers_until_successful_on_authorization_expired' ) ,
You can’t perform that action at this time.
0 commit comments