diff --git a/tangostationcontrol/tangostationcontrol/integration_test/default/toolkit/test_archiver.py b/tangostationcontrol/tangostationcontrol/integration_test/default/toolkit/test_archiver.py
index e7896dbd24e28f091d63e6c5d4085d9d51a1d0e3..2850a50b3d1bf12efa0ad4dcd0ac19a8029a8fa4 100644
--- a/tangostationcontrol/tangostationcontrol/integration_test/default/toolkit/test_archiver.py
+++ b/tangostationcontrol/tangostationcontrol/integration_test/default/toolkit/test_archiver.py
@@ -24,10 +24,6 @@ class TestArchiver(BaseIntegrationTestCase):
         super().setUp()
         self.archiver = Archiver()
         self.assertIsNotNone(self.archiver)
-        # Safety cleanup
-        self.archiver.cm.delete_property('__SubDevices')
-        DeviceProxy(self.archiver.get_subscribers()[0]).delete_property('AttributeList')
-        DeviceProxy(self.archiver.get_subscribers()[0]).delete_property('__SubDevices')
     
     def test_archiver_initialisation(self):
         """Test archiver main attributes"""