Skip to content

Commit 1c6f8d6

Browse files
snigdhasandrewshie-sentry
authored andcommitted
fix(aci): Disable migration test (#90084)
Migration has been run, test will not be runnable once #89896 lands
1 parent 50959b8 commit 1c6f8d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/sentry/workflow_engine/migrations/test_0046_drop_metric_alert_fire_detectors.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
import pytest
2+
13
from sentry.models.organization import Organization
24
from sentry.testutils.cases import TestMigrations
35
from sentry.workflow_engine.models.detector import Detector
46

57

8+
@pytest.mark.skip("Migration is no longer runnable. Retain until migration is removed.")
69
class DropMetricAlertFireDetectors(TestMigrations):
710
app = "workflow_engine"
811
migrate_from = "0045_add_unique_constraint_alert_rule_detector"

0 commit comments

Comments
 (0)