Ignore download-pro-plugins in db tests to avoid failing with dev and testing versions

This commit is contained in:
Théophile Diot 2024-03-25 08:40:46 +00:00
parent d1469a9880
commit 613d6835da
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -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,