Skip to content

Commit 4ef5a7b

Browse files
committed
test(ci): remove clean up
1 parent edcbc15 commit 4ef5a7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integrations/conftest.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ def scaleway_project() -> t.Iterator[str]:
4040
yield project_id
4141
finally:
4242
if project_id:
43-
_cleanup_project(client, project_id)
44-
_delete_scaleway_project(client, project_id)
43+
# _cleanup_project(client, project_id)
44+
# _delete_scaleway_project(client, project_id)
45+
pass
4546

4647

4748
def _create_scaleway_project(client: Client) -> str:

0 commit comments

Comments
 (0)