diff --git a/test/integration/component/test_escalations_instances.py b/test/integration/component/test_escalations_instances.py index 7e4cfe632cd..fd25bb9d7c2 100644 --- a/test/integration/component/test_escalations_instances.py +++ b/test/integration/component/test_escalations_instances.py @@ -2588,6 +2588,10 @@ class TestInstances(cloudstackTestCase): current_snapshot.id, "Latest snapshot taken is not marked as current" ) + + # Stop Virtual machine befor reverting VM to a snapshot taken without memory + vm_created.stop(self.userapiclient) + # Reverting the VM to Snapshot 1 VmSnapshot.revertToSnapshot( self.userapiclient,