duckdb: disable non-deterministic test_connection_interrupt
This commit is contained in:
parent
ba63d2f8da
commit
806f4b63c0
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user