Skip to content

Commit

Permalink
matrix test fix for v0.15.0 (#198)
Browse files Browse the repository at this point in the history
* because users only have one set of actions, this test if run by the same user at the same time will fail.
I previously tried to fix this by making detectors unique, but that won't help since actions aren't grouped by detector

* the line was too long...
  • Loading branch information
brandon-groundlight authored Mar 29, 2024
1 parent c7303ec commit 85db7a0
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 85db7a0

Please sign in to comment.