Skip to content

Commit

Permalink
Skip Override Snap Resource Test
Browse files Browse the repository at this point in the history
## Overview
The override test has been quite unreliable lately. Let's disable the test until we have better mechanisms to test this scenario.
  • Loading branch information
mateoflorido authored Nov 26, 2024
1 parent 28d1213 commit af0c493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ async def test_verbose_config(kubernetes_cluster: model.Model):
assert rc == 0, f"Failed to run 'ps axf' on {all_units[idx].name}: {stderr}"
assert all("--v=3" for line in stdout.splitlines() if " /snap/k8s" in line)


@pytest.mark.skip(reason="Flaky test")
@pytest.mark.abort_on_fail
async def test_override_snap_resource(override_snap_on_k8s: application.Application):
"""Override snap resource."""
Expand Down

0 comments on commit af0c493

Please sign in to comment.