Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/testkit-backend/src/request-handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ export function GetFeatures (_context, _params, wire) {
'Feature:Bolt:4.4',
'Feature:API:Result.List',
'Temporary:ConnectionAcquisitionTimeout',
'Temporary:DriverMaxConnectionPoolSize',
'Temporary:FastFailingDiscovery',
'Temporary:ResultKeys',
...SUPPORTED_TLS
Expand Down
3 changes: 3 additions & 0 deletions packages/testkit-backend/src/skipped-tests/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const skippedTests = [
ifEndsWith('test_should_fail_with_routing_failure_on_invalid_bookmark_discovery_failure'),
ifEndsWith('test_should_fail_with_routing_failure_on_forbidden_discovery_failure')
),
skip('Flacky because sometimes the connection is actually available',
ifEndsWith('test_should_enforce_pool_size_per_cluster_member')
),
skip(
'Not support by the JS driver',
ifEquals('neo4j.sessionrun.TestSessionRun.test_partial_iteration')
Expand Down