Skip to content

Commit

Permalink
chore: disable failing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Oct 1, 2024
1 parent 50b42d0 commit 109fb51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 109fb51

Please sign in to comment.