Merge pull request #309754 from annaleeleaves/duckdb-disable-test

python312Packages.duckdb: disable flaky test
This commit is contained in:
Weijia Wang 2024-05-07 11:29:54 +02:00 committed by GitHub
commit a04bcef9c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,6 +69,9 @@ buildPythonPackage rec {
# tries to make http request # tries to make http request
"test_install_non_existent_extension" "test_install_non_existent_extension"
# test is flaky https://github.com/duckdb/duckdb/issues/11961
"test_fetchmany"
# https://github.com/duckdb/duckdb/issues/10702 # https://github.com/duckdb/duckdb/issues/10702
# tests are racy and interrupt can be delivered before or after target point # tests are racy and interrupt can be delivered before or after target point
# causing a later test to fail with a spurious KeyboardInterrupt # causing a later test to fail with a spurious KeyboardInterrupt