diff --git a/tests/test_datasets.py b/tests/test_datasets.py index 10bafa5b..c512f454 100644 --- a/tests/test_datasets.py +++ b/tests/test_datasets.py @@ -91,7 +91,7 @@ def test_factory(env_name, repo_id, policy_name): assert key in item, f"{key}" -@pytest.skip("@rcadene: Test is super slow during CI, but locally it runs fast") +@pytest.mark.skip(reason="TODO(rcadene): Test is super slow during CI, but locally it runs fast") def test_compute_stats_on_xarm(): """Check that the statistics are computed correctly according to the stats_patterns property.