diff --git a/csp-lmc-mid/tests/integration/MidCspSubarray_test.py b/csp-lmc-mid/tests/integration/MidCspSubarray_test.py index 835f18278fc07b2305eed6bc98c7cbeb3068d766..95c6cc08459aadc6d88df8349f0022367662c759 100755 --- a/csp-lmc-mid/tests/integration/MidCspSubarray_test.py +++ b/csp-lmc-mid/tests/integration/MidCspSubarray_test.py @@ -179,7 +179,6 @@ class TestCspSubarray(TestBase): latest_configuration = self.cbf_subarray01.latestscanconfig assert 'transaction_id' in latest_configuration - @pytest.mark.init_EMPTY def test_AFTER_initialization(self): """ @@ -195,6 +194,7 @@ class TestCspSubarray(TestBase): Poller(4, 0.2).check(prober_subarray_obsstate) @pytest.mark.init_IDLE + @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_IDLE(self): """ Test for re-initialization of mid-csp device after a restart of @@ -215,6 +215,7 @@ class TestCspSubarray(TestBase): Poller(4, 0.2).check(prober_subarray_obsstate) @pytest.mark.init_READY + @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_READY(self): """ Test for re-initialization of mid-csp device after the restart of @@ -233,6 +234,7 @@ class TestCspSubarray(TestBase): @pytest.mark.init_SCANNING @pytest.mark.parametrize("elapsed_time", [0.1, 0.2, 0.3, 0.4, 0.5,1,2]) + @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_SCANNING(self, elapsed_time): """ Test for re-initialization of mid-csp device after the of the @@ -264,6 +266,7 @@ class TestCspSubarray(TestBase): Poller(5, 0.2).check(prober_subarray_obsstate) @pytest.mark.init_ABORTED + @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_ABORTED(self): """ Test for re-initialization of mid-csp device after the restart of the @@ -283,6 +286,7 @@ class TestCspSubarray(TestBase): Poller(4, 0.2).check(prober_subarray_obsstate) @pytest.mark.init_FAULT + @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_FAULT(self): """ Test for re-initialization of mid-csp device after killing the Tango device.