diff --git a/test/test_real_pebble.py b/test/test_real_pebble.py index b3abac3fa..a788f729a 100644 --- a/test/test_real_pebble.py +++ b/test/test_real_pebble.py @@ -322,12 +322,6 @@ def pebble_dir(self): yield pebble_dir shutil.rmtree(pebble_dir) - # Remove this entirely once the associated bug is fixed; it overrides the original test in the - # test mixin class. - @pytest.mark.skip(reason='pending resolution of https://github.com/canonical/pebble/issues/80') - def test_make_dir_with_permission_mask(self): - pass - @pytest.mark.skipif( os.getenv('RUN_REAL_PEBBLE_TESTS') != '1',