diff --git a/tests/integration/test_model.py b/tests/integration/test_model.py index 8d213553..06f72a7a 100644 --- a/tests/integration/test_model.py +++ b/tests/integration/test_model.py @@ -309,6 +309,7 @@ async def test_deploy_local_bundle_with_overlay_multi(): @base.bootstrapped @pytest.mark.bundle +@pytest.mark.xfail("The `ghost` charm is hopelessly out of date") async def test_deploy_bundle_with_overlay_as_argument(): async with base.CleanModel() as model: overlay_path = OVERLAYS_DIR / 'test-overlay.yaml'