|
1 | 1 | { |
2 | 2 | "skips": { |
3 | | - "stub.routing.Routing.test_should_retry_write_until_success_with_leader_change_using_tx_function": |
| 3 | + "neo4j.txrun.TestTxRun.test_should_not_run_valid_query_in_invalid_tx": |
| 4 | + "Driver allows to run queries in broken transaction", |
| 5 | + "stub.routing.test_routing_v4x1.RoutingV4x1.test_should_retry_write_until_success_with_leader_change_using_tx_function": |
4 | 6 | "Driver closes connection to router if DNS resolved name not in routing table", |
5 | | - "stub.routing.RoutingV3.test_should_retry_write_until_success_with_leader_change_using_tx_function": |
| 7 | + "stub.routing.test_routing_v3.RoutingV3.test_should_retry_write_until_success_with_leader_change_using_tx_function": |
6 | 8 | "Driver closes connection to router if DNS resolved name not in routing table", |
7 | | - "stub.routing.RoutingV4.test_should_retry_write_until_success_with_leader_change_using_tx_function": |
| 9 | + "stub.routing.test_routing_v4x3.RoutingV4x3.test_should_retry_write_until_success_with_leader_change_using_tx_function": |
8 | 10 | "Driver closes connection to router if DNS resolved name not in routing table", |
9 | | - "stub.routing.Routing.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function": |
| 11 | + "stub.routing.test_routing_v4x1.RoutingV4x1.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function": |
10 | 12 | "Driver closes connection to router if DNS resolved name not in routing table", |
11 | | - "stub.routing.RoutingV3.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function": |
| 13 | + "stub.routing.test_routing_v3.RoutingV3.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function": |
12 | 14 | "Driver closes connection to router if DNS resolved name not in routing table", |
13 | | - "stub.routing.RoutingV4.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function": |
| 15 | + "stub.routing.test_routing_v4x3.RoutingV4x3.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function": |
14 | 16 | "Driver closes connection to router if DNS resolved name not in routing table", |
15 | | - "stub.routing.Routing.test_should_successfully_acquire_rt_when_router_ip_changes": |
| 17 | + "stub.routing.test_routing_v4x1.RoutingV4x1.test_should_successfully_acquire_rt_when_router_ip_changes": |
16 | 18 | "Test makes assumptions about how verify_connectivity is implemented", |
17 | | - "stub.routing.RoutingV3.test_should_successfully_acquire_rt_when_router_ip_changes": |
| 19 | + "stub.routing.test_routing_v3.RoutingV3.test_should_successfully_acquire_rt_when_router_ip_changes": |
18 | 20 | "Test makes assumptions about how verify_connectivity is implemented", |
19 | | - "stub.routing.RoutingV4.test_should_successfully_acquire_rt_when_router_ip_changes": |
| 21 | + "stub.routing.test_routing_v4x3.RoutingV4x3.test_should_successfully_acquire_rt_when_router_ip_changes": |
20 | 22 | "Test makes assumptions about how verify_connectivity is implemented", |
21 | | - "stub.retry.TestRetryClustering.test_retry_ForbiddenOnReadOnlyDatabase_ChangingWriter": |
| 23 | + "stub.retry.test_retry_clustering.TestRetryClustering.test_retry_ForbiddenOnReadOnlyDatabase_ChangingWriter": |
22 | 24 | "Test makes assumptions about how verify_connectivity is implemented", |
23 | | - "stub.authorization.AuthorizationTests.test_should_retry_on_auth_expired_on_begin_using_tx_function": |
| 25 | + "stub.authorization.test_authorization.TestAuthorizationV4x3.test_should_retry_on_auth_expired_on_begin_using_tx_function": |
24 | 26 | "Flaky: test requires the driver to contact servers in a specific order", |
25 | | - "stub.authorization.AuthorizationTestsV3.test_should_retry_on_auth_expired_on_begin_using_tx_function": |
| 27 | + "stub.authorization.test_authorization.TestAuthorizationV3.test_should_retry_on_auth_expired_on_begin_using_tx_function": |
26 | 28 | "Flaky: test requires the driver to contact servers in a specific order", |
27 | | - "stub.authorization.AuthorizationTestsV4.test_should_retry_on_auth_expired_on_begin_using_tx_function": |
28 | | - "Flaky: test requires the driver to contact servers in a specific order" |
| 29 | + "stub.authorization.test_authorization.TestAuthorizationV4x1.test_should_retry_on_auth_expired_on_begin_using_tx_function": |
| 30 | + "Flaky: test requires the driver to contact servers in a specific order", |
| 31 | + "stub.session_run_parameters.test_session_run_parameters.TestSessionRunParameters.test_empty_query": |
| 32 | + "Driver rejects empty queries before sending it to the server", |
| 33 | + "tls.tlsversions.TestTlsVersions.test_1_1": |
| 34 | + "TLSv1.1 and below are disabled in the driver" |
29 | 35 | }, |
30 | 36 | "features": { |
31 | 37 | "AuthorizationExpiredTreatment": true, |
|
0 commit comments