Skip to content

Commit

Permalink
Skip pytest test_observation which fails locally (very confusing)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower committed Jul 7, 2023
1 parent e020705 commit dea2bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pettingzoo/test/api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def agent_0():
]


# @pytest.mark.skip(reason="fixtures not found even though they are defined")
@pytest.mark.skip(reason="fixtures not found even though they are defined")
def test_observation(observation, observation_0, env_name=None):
if not isinstance(observation, np.ndarray) or (
env_name is not None and env_name not in env_obs_dicts
Expand Down

0 comments on commit dea2bb7

Please sign in to comment.