skip
This commit is contained in:
parent
a4f14f3f42
commit
abebfb7583
|
@ -91,7 +91,7 @@ def test_factory(env_name, repo_id, policy_name):
|
||||||
assert key in item, f"{key}"
|
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():
|
def test_compute_stats_on_xarm():
|
||||||
"""Check that the statistics are computed correctly according to the stats_patterns property.
|
"""Check that the statistics are computed correctly according to the stats_patterns property.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue