Skip to content

Commit

Permalink
chore: re-enable test now that Pebble directory permissions are fixed (
Browse files Browse the repository at this point in the history
…canonical#1363)

canonical/pebble#80 is fixed (almost three
years ago!) so we should enable this test again, as far as I can
understand.
  • Loading branch information
tonyandrewmeyer authored Sep 9, 2024
1 parent 107fdd7 commit e89e2da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test_real_pebble.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e89e2da

Please sign in to comment.