about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-04-16 19:34:57 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-04-16 19:34:57 +0200
commita5e78b356d063506061f84db1390a462a29d7811 (patch)
tree3117ed5cbd452e755efcf15309fcf5bcf7da4d8d /pkgs
parentb104cf86f277784cab0bd07301fdb4a29c28ee4a (diff)
python311Packages.nats-py: disable failing tests
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/nats-py/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/nats-py/default.nix b/pkgs/development/python-modules/nats-py/default.nix
index 5861f1c332a85..7102d87286bb7 100644
--- a/pkgs/development/python-modules/nats-py/default.nix
+++ b/pkgs/development/python-modules/nats-py/default.nix
@@ -52,6 +52,10 @@ buildPythonPackage rec {
       "test_fetch_n"
       "test_subscribe_no_echo"
       "test_stream_management"
+      # Tests fail on hydra, often Time-out
+      "test_subscribe_iterate_next_msg"
+      "test_ordered_consumer_larger_streams"
+      "test_object_file_basics"
     ]
     ++ lib.optionals stdenv.isDarwin [
       "test_subscribe_iterate_next_msg"