Skip to content

Commit

Permalink
tests: skip volume revert test on 'file' pool
Browse files Browse the repository at this point in the history
Revert isn't supported there.
  • Loading branch information
marmarek committed May 2, 2022
1 parent 704c19e commit 79adefe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qubes/tests/integ/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ class TC_03_QvmRevertTemplateChanges(qubes.tests.SystemTestCase):

def setUp(self):
super(TC_03_QvmRevertTemplateChanges, self).setUp()
if self.app.default_pool.driver == 'file':
self.skipTest('file pool does not support reverting')
self.init_default_template()

def cleanup_template(self):
Expand Down

0 comments on commit 79adefe

Please sign in to comment.