python312Packages.stable-baselines3: disable flaky tests

This commit is contained in:
Gaetan Lepage
2025-03-29 00:45:35 +01:00
parent 518017034c
commit e7f1d2254d
@@ -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"