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 @@ -21,15 +21,6 @@ const skippedTests = [
21
21
ifEquals ( 'neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size' ) ,
22
22
ifEquals ( 'neo4j.test_tx_func_run.TestTxFuncRun.test_tx_func_configuration' )
23
23
) ,
24
- skip (
25
- 'Fail while enable Temporary:FastFailingDiscovery' ,
26
- ifEndsWith ( 'test_should_request_rt_from_all_initial_routers_until_successful_on_authorization_expired' ) ,
27
- ifEndsWith ( 'test_should_request_rt_from_all_initial_routers_until_successful_on_unknown_failure' ) ,
28
- ifEndsWith ( 'test_should_fail_with_routing_failure_on_any_security_discovery_failure' ) ,
29
- ifEndsWith ( 'test_should_fail_with_routing_failure_on_invalid_bookmark_mixture_discovery_failure' ) ,
30
- ifEndsWith ( 'test_should_fail_with_routing_failure_on_invalid_bookmark_discovery_failure' ) ,
31
- ifEndsWith ( 'test_should_fail_with_routing_failure_on_forbidden_discovery_failure' )
32
- ) ,
33
24
skip ( 'Flacky because sometimes the connection is actually available' ,
34
25
ifEndsWith ( 'test_should_enforce_pool_size_per_cluster_member' )
35
26
) ,
You can’t perform that action at this time.
0 commit comments