Skip to content

Commit

Permalink
Skip etcd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoflorido committed Mar 25, 2024
1 parent c752b27 commit fb1af95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_etcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit fb1af95

Please sign in to comment.