diff --git a/tests/core/db/main.py b/tests/core/db/main.py index 0a94c0d2b..fda62ac2f 100644 --- a/tests/core/db/main.py +++ b/tests/core/db/main.py @@ -399,7 +399,7 @@ try: if job.plugin_id in pro_plugin_ids: continue - if not job.success: + if job.name != "download-pro-plugins" and not job.success: print( f"❌ The job {job.name} (plugin_id: {job.plugin_id}) is in the database but failed, exiting ...", flush=True,