Skip to content

Commit

Permalink
try properly deleting cloud instances in test_init
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Dec 23, 2024
1 parent 14faf77 commit 0e7d49c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/hub-cloud/test_init_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def test_init_instance_cloud_aws_us():
str(ln_setup.settings.instance._sqlite_file)
== f"s3://lamindb-ci/init_instance_cloud_aws_us/{ln_setup.settings.instance._id.hex}.lndb"
)
ln_setup.delete("init_instance_cloud_aws_us", force=True)


def test_init_instance_cloud_aws_europe():
Expand All @@ -124,6 +125,7 @@ def test_init_instance_cloud_aws_europe():
str(ln_setup.settings.instance._sqlite_file)
== f"s3://lndb-setup-ci-eu-central-1/{ln_setup.settings.instance._id.hex}.lndb"
)
ln_setup.delete("lamindb-ci-europe", force=True)


def test_init_instance_sqlite():
Expand Down

0 comments on commit 0e7d49c

Please sign in to comment.