Skip to content

Commit 94003d6

Browse files
[Tests] Reintroduce VMAS football (#3178)
Co-authored-by: vmoens <vincentmoens@gmail.com>
1 parent 6c7bf9d commit 94003d6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/test_libs.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2790,12 +2790,7 @@ class TestVmas:
27902790
@pytest.mark.parametrize("scenario_name", VmasWrapper.available_envs)
27912791
@pytest.mark.parametrize("continuous_actions", [True, False])
27922792
def test_all_vmas_scenarios(self, scenario_name, continuous_actions):
2793-
# Skip football scenario due to VMAS bug: IndexError in get_wall_separations
2794-
if scenario_name == "football":
2795-
pytest.skip(
2796-
"Football scenario has a shape mismatch bug in VMAS get_wall_separations method"
2797-
)
2798-
2793+
27992794
env = VmasEnv(
28002795
scenario=scenario_name,
28012796
continuous_actions=continuous_actions,

0 commit comments

Comments
 (0)