From abebfb7583e39525b878cb79c50e8526f3bd6d3d Mon Sep 17 00:00:00 2001 From: Cadene Date: Thu, 2 May 2024 21:12:34 +0000 Subject: [PATCH] skip --- tests/test_datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.