Skip to content

Commit f4cb19f

Browse files
authored
Remove test skip and fix local charm path
1 parent 4e6b719 commit f4cb19f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/integration/test_model.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,9 +571,7 @@ async def test_store_resources_charm(event_loop):
571571
@base.bootstrapped
572572
@pytest.mark.asyncio
573573
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
574+
tests_dir = Path(__file__).absolute().parent
577575
charm_path = tests_dir / 'oci-image-charm'
578576
async with base.CleanModel() as model:
579577
resources = {"oci-image": "ubuntu/latest"}

0 commit comments

Comments
 (0)