From c29c5b1d6d872a4b9754d7a1393bd1acde621447 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Mon, 27 Sep 2021 13:02:07 -0500 Subject: Skip test_cache_purged_on_version_change on Azure (#1033) --- tests/integration_tests/modules/test_version_change.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests') diff --git a/tests/integration_tests/modules/test_version_change.py b/tests/integration_tests/modules/test_version_change.py index ffea794a..f28079d4 100644 --- a/tests/integration_tests/modules/test_version_change.py +++ b/tests/integration_tests/modules/test_version_change.py @@ -1,5 +1,7 @@ from pathlib import Path +import pytest + from tests.integration_tests.instances import IntegrationInstance from tests.integration_tests.util import ASSETS_DIR, verify_clean_log @@ -38,6 +40,14 @@ def test_reboot_without_version_change(client: IntegrationInstance): ]) +@pytest.mark.ec2 +@pytest.mark.gce +@pytest.mark.oci +@pytest.mark.openstack +@pytest.mark.lxd_container +@pytest.mark.lxd_vm +# No Azure because the cache gets purged every reboot, so we'll never +# get to the point where we need to purge cache due to version change def test_cache_purged_on_version_change(client: IntegrationInstance): # Start by pushing the invalid pickle so we'll hit an error if the # cache didn't actually get purged -- cgit v1.2.3