Merge pull request #1006 from bunkerity/dev

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:41:40 +00:00 committed by GitHub
commit ad3e1d16b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,