Commit 3711fbea authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 7ebfca6c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -90,6 +90,15 @@ buildPythonPackage rec {
  ];

  disabledTests = [
    # Fails since jax 0.6.0
    # Fixed on master https://github.com/Farama-Foundation/Gymnasium/commit/94019feee1a0f945b9569cddf62780f4e1a224a5
    # TODO: un-skip at the next release
    "test_all_env_api"
    "test_env_determinism_rollout"
    "test_jax_to_numpy_wrapper"
    "test_pickle_env"
    "test_roundtripping"

    # Succeeds for most environments but `test_render_modes[Reacher-v4]` fails because it requires
    # OpenGL access which is not possible inside the sandbox.
    "test_render_mode"