linode / linode_api4-python

Official Python bindings for the Linode API
https://linode-api4.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
135 stars 75 forks source link

test: Temporarily disable LDE integration tests #444

Closed lgarber-akamai closed 1 month ago

lgarber-akamai commented 1 month ago

📝 Description

This PR temporarily disables LDE-related test logic while it is still not fully available. This change will be reverted in a follow-up ticket once LDE is confirmed to be available.

✔️ How to Test

The following test steps assume you have pulled down this PR locally and run make install.

Integration Tests


make TEST_COMMAND="models/linode/test_linode.py -k 'test_linode_with_disk_encryption_disabled or test_linode_rebuild'" testint

make TEST_COMMAND="models/lke/test_lke.py" testint
lgarber-akamai commented 1 month ago

Integration tests run: https://github.com/linode/linode_api4-python/actions/runs/10064149078