Skip to content

Commit 6679891

Browse files
authored
Skip failing test (#574)
1 parent 56f1606 commit 6679891

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testkitbackend/test_config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"stub.session_run_parameters.test_session_run_parameters.TestSessionRunParameters.test_empty_query":
3030
"Driver rejects empty queries before sending it to the server",
3131
"tls.tlsversions.TestTlsVersions.test_1_1":
32-
"TLSv1.1 and below are disabled in the driver"
32+
"TLSv1.1 and below are disabled in the driver",
33+
"stub.disconnects.test_disconnects.TestDisconnects.test_fail_on_reset":
34+
"Driver silently ignores all errors on releasing connections back into the pool."
3335
},
3436
"features": {
3537
"AuthorizationExpiredTreatment": true,

0 commit comments

Comments
 (0)