Unverified Commit a04bcef9 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

python312Packages.duckdb: disable flaky test
parents b1d95eb5 f33136f5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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