From 183586436f992463c1bce0c5f867da5e70c6ba5d Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Fri, 8 Apr 2022 15:42:45 +0200 Subject: [PATCH] L2SS-747: remove local cleanup --- .../integration_test/default/toolkit/test_archiver.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tangostationcontrol/tangostationcontrol/integration_test/default/toolkit/test_archiver.py b/tangostationcontrol/tangostationcontrol/integration_test/default/toolkit/test_archiver.py index e7896dbd2..2850a50b3 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""" -- GitLab