about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRob <86313040+robert-manchester@users.noreply.github.com>2023-10-20 23:58:29 -0700
committerRob <86313040+robert-manchester@users.noreply.github.com>2023-10-20 23:58:29 -0700
commit806f4b63c021d62bb12200f2f2f907072b355cd2 (patch)
treeb7c3830c2c6d28b6929aba553c250c33fa784b53
parentba63d2f8da23b6e847361c7221d328e992e6b587 (diff)
duckdb: disable non-deterministic test_connection_interrupt
-rw-r--r--pkgs/development/python-modules/duckdb/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/duckdb/default.nix b/pkgs/development/python-modules/duckdb/default.nix
index 37ddad2cd045c..5ff9956849926 100644
--- a/pkgs/development/python-modules/duckdb/default.nix
+++ b/pkgs/development/python-modules/duckdb/default.nix
@@ -56,6 +56,8 @@ buildPythonPackage rec {
   disabledTests = [
     # tries to make http request
     "test_install_non_existent_extension"
+    # test is racy and interrupt can be delivered before or after target point
+    "test_connection_interrupt"
   ];
 
   preCheck = ''