Browse Source

tests/storage: read-only volume should not have save_on_stop=True

Marek Marczykowski-Górecki 7 years ago
parent
commit
3f29345d32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qubes/tests/integ/storage.py

+ 1 - 1
qubes/tests/integ/storage.py

@@ -116,7 +116,7 @@ class StorageTestMixin(qubes.tests.SystemTestsMixin):
             'pool': self.pool.name,
             'size': size,
             'internal': False,
-            'save_on_stop': True,
+            'save_on_stop': False,
             'rw': False,
         }
         testvol = self.vm1.storage.init_volume('testvol', volume_config)