Skip to content

Commit

Permalink
Skip broken test
Browse files Browse the repository at this point in the history
test_containerd_path_cleanup_on_failed_init holds an open port
and expects the bootstrap to fail, however that won't be the case
when using the lxd harness.

We'll skip this test for now.
  • Loading branch information
petrutlucian94 committed Dec 16, 2024
1 parent b99b334 commit e21789e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/tests/test_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 boostrap under lxd")
def test_containerd_path_cleanup_on_failed_init(
instances: List[harness.Instance], tmp_path
):
Expand Down

0 comments on commit e21789e

Please sign in to comment.