Commit a5e78b35 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.nats-py: disable failing tests

parent b104cf86
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"