mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
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:
commit
ad3e1d16b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue