duckdb: disable non-deterministic test_connection_interrupt

This commit is contained in:
Rob 2023-10-20 23:58:29 -07:00
parent ba63d2f8da
commit 806f4b63c0
No known key found for this signature in database

View File

@ -56,6 +56,8 @@ buildPythonPackage rec {
disabledTests = [
# tries to make http request
"test_install_non_existent_extension"
# test is racy and interrupt can be delivered before or after target point
"test_connection_interrupt"
];
preCheck = ''