Skip to content

Commit c3b5495

Browse files
Skipping flaky test test_create_action_filter_condition_from_different_organization
1 parent b4b9c26 commit c3b5495

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sentry/workflow_engine/endpoints/test_organization_workflow_index.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import pytest
12
from collections.abc import Sequence
23
from typing import Any
34
from unittest import mock
@@ -1050,6 +1051,7 @@ def test_create_trigger_condition_from_different_organization(self) -> None:
10501051
other_dcg.refresh_from_db()
10511052
assert other_dcg.conditions.count() == original_condition_count
10521053

1054+
@pytest.mark.skip(reason="flaky: #108315")
10531055
def test_create_action_filter_condition_from_different_organization(self) -> None:
10541056
"""Test that conditionGroupId in action filter conditions cannot reference another org's group"""
10551057
other_org = self.create_organization()

0 commit comments

Comments
 (0)