File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
packages/testkit-backend/src/skipped-tests Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,6 @@ const skippedTests = [
11
11
ifEquals ( 'neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size' ) ,
12
12
ifEquals ( 'neo4j.test_tx_func_run.TestTxFuncRun.test_tx_func_configuration' )
13
13
) ,
14
- skip (
15
- 'Fail while enable Temporary:FastFailingDiscovery' ,
16
- ifEndsWith ( 'test_should_request_rt_from_all_initial_routers_until_successful_on_authorization_expired' ) ,
17
- ifEndsWith ( 'test_should_request_rt_from_all_initial_routers_until_successful_on_unknown_failure' ) ,
18
- ifEndsWith ( 'test_should_fail_with_routing_failure_on_any_security_discovery_failure' ) ,
19
- ifEndsWith ( 'test_should_fail_with_routing_failure_on_invalid_bookmark_mixture_discovery_failure' ) ,
20
- ifEndsWith ( 'test_should_fail_with_routing_failure_on_invalid_bookmark_discovery_failure' ) ,
21
- ifEndsWith ( 'test_should_fail_with_routing_failure_on_forbidden_discovery_failure' )
22
- ) ,
23
14
skip ( 'Flacky because sometimes the connection is actually available' ,
24
15
ifEndsWith ( 'test_should_enforce_pool_size_per_cluster_member' )
25
16
) ,
You can’t perform that action at this time.
0 commit comments