From b8e9c738605a5c248ddeeeab7d7bab45fe2f0e79 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 25 Jun 2026 15:42:32 +0200 Subject: [PATCH] python3Packages.nats-py: disable failing test --- pkgs/development/python-modules/nats-py/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/nats-py/default.nix b/pkgs/development/python-modules/nats-py/default.nix index 6e4ac3afa1d9..ac89b87e5fa9 100644 --- a/pkgs/development/python-modules/nats-py/default.nix +++ b/pkgs/development/python-modules/nats-py/default.nix @@ -58,6 +58,7 @@ buildPythonPackage (finalAttrs: { "test_pull_subscribe_limits" "test_stream_management" "test_subscribe_no_echo" + "test_rtt" # Tests fail on hydra, often Time-out "test_subscribe_iterate_next_msg" "test_ordered_consumer_larger_streams"