Commit 1b4d42d7 authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: test: do not invalidate instance to not unlink

parent 6ab3477c
......@@ -619,7 +619,8 @@ class SlapOSTestCaseMixin(testSlapOSMixin):
aggregate=self.compute_node.partition4.getRelativeUrl()
)
self.destroyed_software_instance.requestDestroy(**kw)
self.destroyed_software_instance.invalidate()
# Do not invalidate, as it will unlink the partition
#self.destroyed_software_instance.invalidate()
self.tic()
if with_slave:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment