about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-07 11:29:54 +0200
committerGitHub <noreply@github.com>2024-05-07 11:29:54 +0200
commita04bcef9c776c5cc6ec31846d6c0366824ce5df0 (patch)
tree36ffa02fd9bf4229b666ad0b49fad79c1b11cd49 /pkgs
parentb1d95eb556f86bf442d92e401b22268ae070246b (diff)
parentf33136f51d915e6c1d8b9c2a596d8ce2d2f2bcf1 (diff)
Merge pull request #309754 from annaleeleaves/duckdb-disable-test
python312Packages.duckdb: disable flaky test
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/duckdb/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/duckdb/default.nix b/pkgs/development/python-modules/duckdb/default.nix
index 34f20998ef3d5..242502ab1bf65 100644
--- a/pkgs/development/python-modules/duckdb/default.nix
+++ b/pkgs/development/python-modules/duckdb/default.nix
@@ -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