We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b9c26 commit c3b5495Copy full SHA for c3b5495
tests/sentry/workflow_engine/endpoints/test_organization_workflow_index.py
@@ -1,3 +1,4 @@
1
+import pytest
2
from collections.abc import Sequence
3
from typing import Any
4
from unittest import mock
@@ -1050,6 +1051,7 @@ def test_create_trigger_condition_from_different_organization(self) -> None:
1050
1051
other_dcg.refresh_from_db()
1052
assert other_dcg.conditions.count() == original_condition_count
1053
1054
+ @pytest.mark.skip(reason="flaky: #108315")
1055
def test_create_action_filter_condition_from_different_organization(self) -> None:
1056
"""Test that conditionGroupId in action filter conditions cannot reference another org's group"""
1057
other_org = self.create_organization()
0 commit comments