Skip to content

Commit 4d79fc4

Browse files
chore(tests): Skip daily summary flaky tests (#78714)
These tests are flaky locally and in CI
1 parent 09d3c49 commit 4d79fc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sentry/tasks/test_daily_summary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ def test_build_summary_data(self):
287287
assert project_context_map2.regressed_today == []
288288
assert project_context_map2.new_in_release == {}
289289

290+
@pytest.mark.skip(reason="flaky and part of a dead project")
290291
def test_build_summary_data_filter_to_unresolved(self):
291292
with self.options({"issues.group_attributes.send_kafka": True}):
292293
for _ in range(3):
@@ -332,6 +333,7 @@ def test_build_summary_data_filter_to_unresolved(self):
332333
assert (group1, 3) in project_context_map.key_errors_by_group
333334
assert (group2, 3) in project_context_map.key_errors_by_group
334335

336+
@pytest.mark.skip(reason="flaky and part of a dead project")
335337
def test_build_summary_data_filter_to_error_level(self):
336338
"""Test that non-error level issues are filtered out of the results"""
337339
with self.options({"issues.group_attributes.send_kafka": True}):

0 commit comments

Comments
 (0)