Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iffiX committed Jun 18, 2021
1 parent a308d55 commit 1660b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/env/wrappers/test_openai_gym.py
Expand Up @@ -56,7 +56,7 @@ def should_skip(spec):
return True

# Skip other tests
if "GoEnv" in ep or "HexEnv" in ep:
if "GoEnv" in ep or "HexEnv" in ep or "CarRacing" in ep:
return True

# Conditionally skip box2d tests
Expand Down

0 comments on commit 1660b3e

Please sign in to comment.