Skip to content

Commit

Permalink
Disable macOS Apple Silicon mujoco tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-petrenko committed Dec 31, 2024
1 parent 8b524c6 commit f624fe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/algo/test_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from sample_factory.cfg.arguments import verify_cfg
from sample_factory.utils.attr_dict import AttrDict
from sample_factory.utils.dicts import iterate_recursively
from sf_examples.mujoco.mujoco_utils import mujoco_available
from sf_examples.mujoco.train_mujoco import parse_mujoco_cfg, register_mujoco_components


Expand All @@ -38,6 +39,7 @@ def _learner_losses_res(learner: Learner, dataset: AttrDict, num_invalids: int)
)


@pytest.mark.skipif(not mujoco_available(), reason="mujoco not installed or not available on this machine")
class TestValidMasks:
@pytest.fixture(scope="class", autouse=True)
def register_mujoco_fixture(self):
Expand Down

0 comments on commit f624fe5

Please sign in to comment.