From aefa32691bf6bef428b5c742bf049031084263d4 Mon Sep 17 00:00:00 2001 From: Rouven Bauer Date: Thu, 7 Apr 2022 15:28:47 +0200 Subject: [PATCH] TestKit: remove temporary feature flags --- testkitbackend/test_config.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/testkitbackend/test_config.json b/testkitbackend/test_config.json index 7bd55eec5..1c7b1445a 100644 --- a/testkitbackend/test_config.json +++ b/testkitbackend/test_config.json @@ -50,16 +50,6 @@ "Optimization:MinimalResets": true, "Optimization:PullPipelining": true, "Optimization:ResultListFetchAll": "The idiomatic way to cast to list is indistinguishable from iterating over the result.", - "ConfHint:connection.recv_timeout_seconds": true, - "Temporary:CypherPathAndRelationship": true, - "Temporary:DriverFetchSize": true, - "Temporary:DriverMaxTxRetryTime": true, - "Temporary:FastFailingDiscovery": true, - "Temporary:FullSummary": true, - "Temporary:ResultKeys": true, - "Temporary:TransactionClose": true, - "Temporary:DriverMaxConnectionPoolSize": true, - "Temporary:ConnectionAcquisitionTimeout": true, - "Temporary:GetConnectionPoolMetrics": true + "ConfHint:connection.recv_timeout_seconds": true } }