Skip to content

Commit 85db7a0

Browse files
authored
matrix test fix for v0.15.0 (#198)
* 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...
1 parent c7303ec commit 85db7a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/test_actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def test_create_action(gl: ExperimentalApi):
1313
gl.get_rule(rule.id)
1414

1515

16+
@pytest.mark.skip(reason="actions are global on account, the test matrix collides with itself") # type: ignore
1617
def test_get_all_actions(gl: ExperimentalApi):
1718
num_test_rules = 13 # needs to be larger than the default page size
1819
gl.ITEMS_PER_PAGE = 10

0 commit comments

Comments
 (0)