Skip to content

Commit c29c5b1

Browse files
Skip test_cache_purged_on_version_change on Azure (canonical#1033)
1 parent 8cebc44 commit c29c5b1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

tests/integration_tests/modules/test_version_change.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from pathlib import Path
22

3+
import pytest
4+
35
from tests.integration_tests.instances import IntegrationInstance
46
from tests.integration_tests.util import ASSETS_DIR, verify_clean_log
57

@@ -38,6 +40,14 @@ def test_reboot_without_version_change(client: IntegrationInstance):
3840
])
3941

4042

43+
@pytest.mark.ec2
44+
@pytest.mark.gce
45+
@pytest.mark.oci
46+
@pytest.mark.openstack
47+
@pytest.mark.lxd_container
48+
@pytest.mark.lxd_vm
49+
# No Azure because the cache gets purged every reboot, so we'll never
50+
# get to the point where we need to purge cache due to version change
4151
def test_cache_purged_on_version_change(client: IntegrationInstance):
4252
# Start by pushing the invalid pickle so we'll hit an error if the
4353
# cache didn't actually get purged

0 commit comments

Comments
 (0)