Skip to content

Commit

Permalink
unskipping migration test after LDE enabled on specified region
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Sep 23, 2024
1 parent 4ad682b commit c923319
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/integration/models/linode/test_linode.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,6 @@ def test_linode_ips(create_linode):
assert ips.ipv4.public[0].address == linode.ipv4[0]


# TODO(LDE): Remove skip once LDE is available
@pytest.mark.skip("LDE is not currently enabled")
def test_linode_initate_migration(test_linode_client, e2e_test_firewall):
client = test_linode_client
available_regions = client.regions()
Expand All @@ -532,7 +530,7 @@ def test_linode_initate_migration(test_linode_client, e2e_test_firewall):
send_request_when_resource_available(
300,
linode.initiate_migration,
region="us-lax",
region="us-central",
migration_type=MigrationType.COLD,
)

Expand Down

0 comments on commit c923319

Please sign in to comment.