summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Holman <brett.holman@canonical.com>2022-10-18 19:29:48 -0600
committerGitHub <noreply@github.com>2022-10-18 20:29:48 -0500
commit9a2eb975ea4b81dd1c3305811f56209f65c8229d (patch)
treed415cbc91320f4ea5ee9a97148f986650fbf97ec
parent04a6af7f03fd09affcadadeedd4e74569924ea42 (diff)
downloadcloud-init-git-9a2eb975ea4b81dd1c3305811f56209f65c8229d.tar.gz
test: temporarily disable failing integration test (#1792)
-rw-r--r--tests/integration_tests/modules/test_ansible.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration_tests/modules/test_ansible.py b/tests/integration_tests/modules/test_ansible.py
index 088a0b3c..98772914 100644
--- a/tests/integration_tests/modules/test_ansible.py
+++ b/tests/integration_tests/modules/test_ansible.py
@@ -128,6 +128,8 @@ def _test_ansible_pull_from_local_server(my_client):
assert not output.stderr.strip() and output.ok
+# temporarily disable this test on jenkins until firewall rules are in place
+@pytest.mark.adhoc
@pytest.mark.user_data(
USER_DATA + INSTALL_METHOD.format(package="ansible-core", method="pip")
)
@@ -136,6 +138,8 @@ class TestAnsiblePullPip:
_test_ansible_pull_from_local_server(class_client)
+# temporarily disable this test on jenkins until firewall rules are in place
+@pytest.mark.adhoc
@pytest.mark.user_data(
USER_DATA + INSTALL_METHOD.format(package="ansible", method="distro")
)