diff --git a/test/unit/test_actions.py b/test/unit/test_actions.py index 399bad5d..c4451d10 100644 --- a/test/unit/test_actions.py +++ b/test/unit/test_actions.py @@ -13,6 +13,7 @@ def test_create_action(gl: ExperimentalApi): gl.get_rule(rule.id) +@pytest.mark.skip(reason="actions are global on account, the test matrix collides with itself") # type: ignore def test_get_all_actions(gl: ExperimentalApi): num_test_rules = 13 # needs to be larger than the default page size gl.ITEMS_PER_PAGE = 10