python311Packages.nats-py: disable failing tests

This commit is contained in:
Fabian Affolter 2024-04-16 19:34:57 +02:00
parent b104cf86f2
commit a5e78b356d
1 changed files with 4 additions and 0 deletions

View File

@ -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"