From e7f1d2254d595f939dfa58ed12fd88cdebede7c5 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 28 Mar 2025 23:48:36 +0100 Subject: [PATCH] python312Packages.stable-baselines3: disable flaky tests --- pkgs/development/python-modules/stable-baselines3/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/stable-baselines3/default.nix b/pkgs/development/python-modules/stable-baselines3/default.nix index a5f5e6a1e5c6..37ea041b1c79 100644 --- a/pkgs/development/python-modules/stable-baselines3/default.nix +++ b/pkgs/development/python-modules/stable-baselines3/default.nix @@ -65,6 +65,9 @@ buildPythonPackage rec { ]; disabledTests = [ + # Flaky: Can fail if it takes too long, which happens when the system is under heavy load + "test_fps_logger" + # Tests that attempt to access the filesystem "test_make_atari_env" "test_vec_env_monitor_kwargs"