Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/unit/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down