Skip to content

Commit 9ea13fa

Browse files
Revert "chore(spans-migration): skip test because it needs to be fixed on EAP (#103454)"
This reverts commit a652957. Co-authored-by: nikkikapadia <[email protected]>
1 parent 2ec82a7 commit 9ea13fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/sentry/discover/test_compare_timeseries.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def double_write_segment(
145145
seconds_before_now=seconds_before_now,
146146
)
147147

148-
@pytest.mark.skip(reason="testing server only extrapolation mode needs to be fixed on EAP")
149148
@mock.patch("sentry.discover.compare_timeseries.sentry_sdk.set_extra")
150149
def test_compare_simple(self, mock_set_extra: mock.MagicMock) -> None:
151150
result = compare_timeseries_for_alert_rule(self.alert_rule)

0 commit comments

Comments
 (0)