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 50959b8 commit 1c6f8d6Copy full SHA for 1c6f8d6
tests/sentry/workflow_engine/migrations/test_0046_drop_metric_alert_fire_detectors.py
@@ -1,8 +1,11 @@
1
+import pytest
2
+
3
from sentry.models.organization import Organization
4
from sentry.testutils.cases import TestMigrations
5
from sentry.workflow_engine.models.detector import Detector
6
7
8
+@pytest.mark.skip("Migration is no longer runnable. Retain until migration is removed.")
9
class DropMetricAlertFireDetectors(TestMigrations):
10
app = "workflow_engine"
11
migrate_from = "0045_add_unique_constraint_alert_rule_detector"
0 commit comments