We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6b719 commit f4cb19fCopy full SHA for f4cb19f
1 file changed
tests/integration/test_model.py
@@ -571,9 +571,7 @@ async def test_store_resources_charm(event_loop):
571
@base.bootstrapped
572
@pytest.mark.asyncio
573
async def test_local_oci_image_resource_charm(event_loop):
574
- pytest.skip('test_local_resources_charm intermittent test failure')
575
-
576
- tests_dir = Path(__file__).absolute().parent.parent
+ tests_dir = Path(__file__).absolute().parent
577
charm_path = tests_dir / 'oci-image-charm'
578
async with base.CleanModel() as model:
579
resources = {"oci-image": "ubuntu/latest"}
0 commit comments