mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
Do not delete project after failure (debug only, do not merge!)
This commit is contained in:
@@ -569,7 +569,8 @@ def setup_class(
|
||||
if neon_api.retries4xx > 0:
|
||||
print(f"::warning::Retried on 4xx error {neon_api.retries4xx} times")
|
||||
log.info("Removing the project %s", project.id)
|
||||
project.delete()
|
||||
# XXX Do not merge !!!
|
||||
#project.delete()
|
||||
|
||||
|
||||
def do_action(project: NeonProject, action: str) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user