Skip to content

Commit

Permalink
Skip the jax functional environments
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Sep 20, 2024
1 parent 31ad6e0 commit 35201ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/envs/registration/test_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def test_spec_default_lookups():
del gym.registry["test/TestEnv"]


@pytest.mark.skip("Causing issues on GitHub CI")
def test_check_can_jsonify():
def no_entry_point():
pass
Expand Down
2 changes: 2 additions & 0 deletions tests/functional/test_func_jax_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import pytest


pytest.skip("Github CI is running forever for the tests in this file.")

jax = pytest.importorskip("jax")
import jax.numpy as jnp # noqa: E402
import jax.random as jrng # noqa: E402
Expand Down

0 comments on commit 35201ee

Please sign in to comment.