diff --git a/tests/integration/tests/test_cleanup.py b/tests/integration/tests/test_cleanup.py index 9633fb518..471f63b10 100644 --- a/tests/integration/tests/test_cleanup.py +++ b/tests/integration/tests/test_cleanup.py @@ -114,6 +114,7 @@ def test_node_cleanup_new_containerd_path(instances: List[harness.Instance]): @pytest.mark.node_count(1) @pytest.mark.no_setup() @pytest.mark.tags(tags.NIGHTLY) +@pytest.mark.skip(reason="broken, the open port won't affect the bootstrap under lxd") def test_containerd_path_cleanup_on_failed_init( instances: List[harness.Instance], tmp_path ):