Do not delete project after failure (debug only, do not merge!)

This commit is contained in:
Alexey Masterov
2025-07-18 09:39:04 +02:00
parent f0f30076cc
commit cbf8e248fc

View File

@@ -568,8 +568,8 @@ def setup_class(
print(f"::warning::Retried on 524 error {neon_api.retries524} times")
if neon_api.retries4xx > 0:
print(f"::warning::Retried on 4xx error {neon_api.retries4xx} times")
log.info("Removing the project %s", project.id)
# XXX Do not merge !!!
#log.info("Removing the project %s", project.id)
#project.delete()