Skip to content

Commit dcc3467

Browse files
committed
Unskip tests
1 parent b95aaef commit dcc3467

File tree

1 file changed

+0
-9
lines changed
  • packages/testkit-backend/src/skipped-tests

1 file changed

+0
-9
lines changed

packages/testkit-backend/src/skipped-tests/common.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ const skippedTests = [
2121
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size'),
2222
ifEquals('neo4j.test_tx_func_run.TestTxFuncRun.test_tx_func_configuration')
2323
),
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-
),
3324
skip('Flacky because sometimes the connection is actually available',
3425
ifEndsWith('test_should_enforce_pool_size_per_cluster_member')
3526
),

0 commit comments

Comments
 (0)