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 1
1
import skip , { ifEquals , ifEndsWith , ifStartsWith } from './skip'
2
2
3
3
const 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
+ ) ,
4
12
skip (
5
13
'Fail while enable Temporary:FastFailingDiscovery' ,
6
14
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