Skip to content

Commit 36c7913

Browse files
authored
Merge pull request #1268 from dimaqq/ci-xfail-a-test
#1268 #### Description Disable the test that fails on all Juju versions. I suspect that it's due base incompatibility: - `ubuntu` goes first and is available on 24.04 - `ntp` goes next, but it tops out at 22.04 on the default channel Ref: #1267
2 parents a05c314 + f0cf801 commit 36c7913

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/test_unit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ async def test_unit_introspect():
254254
)
255255

256256

257+
# Probably a mismatch between `ubuntu` available for 24.04 and `ntp` only for 22.04
258+
@pytest.mark.xfail
257259
@base.bootstrapped
258260
async def test_subordinate_units():
259261
async with base.CleanModel() as model:

0 commit comments

Comments
 (0)