diff --git a/rllib/tests/test_catalog.py b/rllib/tests/test_catalog.py index 15f90a0ec401b..119d1d9614e30 100644 --- a/rllib/tests/test_catalog.py +++ b/rllib/tests/test_catalog.py @@ -144,9 +144,6 @@ def test_default_models(self): flat_complex_input_case, nested_complex_input_case, ], - "jax": [ - flat_input_case, - ], } for fw, test_cases in test_suite.items():