python3Packages.duckdb: disable test that fails due to a race condition (#448914)

This commit is contained in:
Nick Cao
2025-10-06 20:41:45 +00:00
committed by GitHub
@@ -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