diff --git a/pkgs/development/python-modules/duckdb/default.nix b/pkgs/development/python-modules/duckdb/default.nix index b6b59ab67f26..38e87cef209a 100644 --- a/pkgs/development/python-modules/duckdb/default.nix +++ b/pkgs/development/python-modules/duckdb/default.nix @@ -87,6 +87,9 @@ buildPythonPackage rec { # causing a later test to fail with a spurious KeyboardInterrupt "test_connection_interrupt" "test_query_interruption" + + # flaky due to a race condition in checking whether a thread is alive + "test_query_progress" ]; # remove duckdb dir to prevent import confusion by pytest