diff --git a/alws/crud/test.py b/alws/crud/test.py index 0632e1d9..f34ea8ca 100644 --- a/alws/crud/test.py +++ b/alws/crud/test.py @@ -502,8 +502,8 @@ async def complete_test_task( if not test_item.get('success', False): status = TestTaskStatus.FAILED break - # Skip logs from processing - elif key == 'logs': + # Skip logs and skipped_tests list from processing + elif key in ['logs', 'skipped_tests']: continue elif not item.get('success', False): status = TestTaskStatus.FAILED