python312Packages.duckdb: disable flaky test

https://github.com/duckdb/duckdb/issues/11961
This commit is contained in:
annalee
2024-05-07 06:26:36 +00:00
parent 9fb582619d
commit f33136f51d
@@ -69,6 +69,9 @@ buildPythonPackage rec {
# tries to make http request
"test_install_non_existent_extension"
# test is flaky https://github.com/duckdb/duckdb/issues/11961
"test_fetchmany"
# https://github.com/duckdb/duckdb/issues/10702
# tests are racy and interrupt can be delivered before or after target point
# causing a later test to fail with a spurious KeyboardInterrupt