Commit e7f1d225 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.stable-baselines3: disable flaky tests

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