From fb1af95346af9b549040c66fd63aa9eca95b5ffc Mon Sep 17 00:00:00 2001 From: Mateo Florido Date: Mon, 25 Mar 2024 09:04:12 -0500 Subject: [PATCH] Skip etcd tests --- tests/integration/test_etcd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_etcd.py b/tests/integration/test_etcd.py index 3f44b7cf..485246ab 100644 --- a/tests/integration/test_etcd.py +++ b/tests/integration/test_etcd.py @@ -17,7 +17,7 @@ This pytest mark configures the test environment to use the Canonical Kubernetes bundle with etcd, for all the test within this module. """ -pytestmark = [pytest.mark.bundle_file("test-bundle-etcd.yaml"), pytest.mark.ignore_blocked] +pytestmark = [pytest.mark.bundle_file("test-bundle-etcd.yaml"), pytest.mark.ignore_blocked, pytest.mark.skip(reason="Skipping all etcd tests")] async def get_nodes(k8s):