mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +00:00
Do not delete project after failure (debug only, do not merge!)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user