diff --git a/testkitbackend/test_config.json b/testkitbackend/test_config.json index 6eb9e2f30..d4195da2f 100644 --- a/testkitbackend/test_config.json +++ b/testkitbackend/test_config.json @@ -1,31 +1,37 @@ { "skips": { - "stub.routing.Routing.test_should_retry_write_until_success_with_leader_change_using_tx_function": + "neo4j.txrun.TestTxRun.test_should_not_run_valid_query_in_invalid_tx": + "Driver allows to run queries in broken transaction", + "stub.routing.test_routing_v4x1.RoutingV4x1.test_should_retry_write_until_success_with_leader_change_using_tx_function": "Driver closes connection to router if DNS resolved name not in routing table", - "stub.routing.RoutingV3.test_should_retry_write_until_success_with_leader_change_using_tx_function": + "stub.routing.test_routing_v3.RoutingV3.test_should_retry_write_until_success_with_leader_change_using_tx_function": "Driver closes connection to router if DNS resolved name not in routing table", - "stub.routing.RoutingV4.test_should_retry_write_until_success_with_leader_change_using_tx_function": + "stub.routing.test_routing_v4x3.RoutingV4x3.test_should_retry_write_until_success_with_leader_change_using_tx_function": "Driver closes connection to router if DNS resolved name not in routing table", - "stub.routing.Routing.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function": + "stub.routing.test_routing_v4x1.RoutingV4x1.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function": "Driver closes connection to router if DNS resolved name not in routing table", - "stub.routing.RoutingV3.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function": + "stub.routing.test_routing_v3.RoutingV3.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function": "Driver closes connection to router if DNS resolved name not in routing table", - "stub.routing.RoutingV4.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function": + "stub.routing.test_routing_v4x3.RoutingV4x3.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function": "Driver closes connection to router if DNS resolved name not in routing table", - "stub.routing.Routing.test_should_successfully_acquire_rt_when_router_ip_changes": + "stub.routing.test_routing_v4x1.RoutingV4x1.test_should_successfully_acquire_rt_when_router_ip_changes": "Test makes assumptions about how verify_connectivity is implemented", - "stub.routing.RoutingV3.test_should_successfully_acquire_rt_when_router_ip_changes": + "stub.routing.test_routing_v3.RoutingV3.test_should_successfully_acquire_rt_when_router_ip_changes": "Test makes assumptions about how verify_connectivity is implemented", - "stub.routing.RoutingV4.test_should_successfully_acquire_rt_when_router_ip_changes": + "stub.routing.test_routing_v4x3.RoutingV4x3.test_should_successfully_acquire_rt_when_router_ip_changes": "Test makes assumptions about how verify_connectivity is implemented", - "stub.retry.TestRetryClustering.test_retry_ForbiddenOnReadOnlyDatabase_ChangingWriter": + "stub.retry.test_retry_clustering.TestRetryClustering.test_retry_ForbiddenOnReadOnlyDatabase_ChangingWriter": "Test makes assumptions about how verify_connectivity is implemented", - "stub.authorization.AuthorizationTests.test_should_retry_on_auth_expired_on_begin_using_tx_function": + "stub.authorization.test_authorization.TestAuthorizationV4x3.test_should_retry_on_auth_expired_on_begin_using_tx_function": "Flaky: test requires the driver to contact servers in a specific order", - "stub.authorization.AuthorizationTestsV3.test_should_retry_on_auth_expired_on_begin_using_tx_function": + "stub.authorization.test_authorization.TestAuthorizationV3.test_should_retry_on_auth_expired_on_begin_using_tx_function": "Flaky: test requires the driver to contact servers in a specific order", - "stub.authorization.AuthorizationTestsV4.test_should_retry_on_auth_expired_on_begin_using_tx_function": - "Flaky: test requires the driver to contact servers in a specific order" + "stub.authorization.test_authorization.TestAuthorizationV4x1.test_should_retry_on_auth_expired_on_begin_using_tx_function": + "Flaky: test requires the driver to contact servers in a specific order", + "stub.session_run_parameters.test_session_run_parameters.TestSessionRunParameters.test_empty_query": + "Driver rejects empty queries before sending it to the server", + "tls.tlsversions.TestTlsVersions.test_1_1": + "TLSv1.1 and below are disabled in the driver" }, "features": { "AuthorizationExpiredTreatment": true,