Skip to content

Commit

Permalink
Comment out OSD tests until PR is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
lmlg committed Apr 10, 2024
1 parent f411c0b commit d10c243
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zaza/openstack/charm_tests/ceph/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1813,8 +1813,8 @@ def test_key_rotate(self):
except KeyError:
pass

try:
zaza_model.get_application('ceph-osd')
self._check_key_rotation('osd.0', unit)
except KeyError:
pass
#try:
# zaza_model.get_application('ceph-osd')
# self._check_key_rotation('osd.0', unit)
#except KeyError:
# pass

0 comments on commit d10c243

Please sign in to comment.