From f0cf801c32d517b5fdb7518069a0575558b494fb Mon Sep 17 00:00:00 2001 From: Dima Tisnek Date: Wed, 21 May 2025 17:11:07 +0900 Subject: [PATCH] ci: disable test that fails on all Juju versions --- tests/integration/test_unit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/test_unit.py b/tests/integration/test_unit.py index e9244ae74..9e9c6a58f 100644 --- a/tests/integration/test_unit.py +++ b/tests/integration/test_unit.py @@ -254,6 +254,8 @@ async def test_unit_introspect(): ) +# Probably a mismatch between `ubuntu` available for 24.04 and `ntp` only for 22.04 +@pytest.mark.xfail @base.bootstrapped async def test_subordinate_units(): async with base.CleanModel() as model: