File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,7 @@ def test_build_summary_data(self):
287
287
assert project_context_map2 .regressed_today == []
288
288
assert project_context_map2 .new_in_release == {}
289
289
290
+ @pytest .mark .skip (reason = "flaky and part of a dead project" )
290
291
def test_build_summary_data_filter_to_unresolved (self ):
291
292
with self .options ({"issues.group_attributes.send_kafka" : True }):
292
293
for _ in range (3 ):
@@ -332,6 +333,7 @@ def test_build_summary_data_filter_to_unresolved(self):
332
333
assert (group1 , 3 ) in project_context_map .key_errors_by_group
333
334
assert (group2 , 3 ) in project_context_map .key_errors_by_group
334
335
336
+ @pytest .mark .skip (reason = "flaky and part of a dead project" )
335
337
def test_build_summary_data_filter_to_error_level (self ):
336
338
"""Test that non-error level issues are filtered out of the results"""
337
339
with self .options ({"issues.group_attributes.send_kafka" : True }):
You can’t perform that action at this time.
0 commit comments