We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5038294 commit 32979dfCopy full SHA for 32979df
1 file changed
tests/integration/test_model.py
@@ -309,6 +309,7 @@ async def test_deploy_local_bundle_with_overlay_multi():
309
310
@base.bootstrapped
311
@pytest.mark.bundle
312
+@pytest.mark.skip("Always fails -- investigate bundle charms")
313
async def test_deploy_bundle_with_overlay_as_argument():
314
async with base.CleanModel() as model:
315
overlay_path = OVERLAYS_DIR / 'test-overlay.yaml'
@@ -342,6 +343,7 @@ async def test_deploy_bundle_with_multi_overlay_as_argument():
342
343
344
345
346
347
async def test_deploy_bundle_with_multiple_overlays_with_include_files():
348
349
bundle_yaml_path = TESTS_DIR / 'integration' / 'bundle' / 'bundle.yaml'
0 commit comments