From 6025d97f0d1d9745885ce0de3f64e613a2f5e47e Mon Sep 17 00:00:00 2001 From: Dmitriy Zayakin Date: Thu, 23 May 2024 10:21:27 +0300 Subject: [PATCH] Enable skip mark for MM tests --- pytest_tests/testsuites/management/test_node_management.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pytest_tests/testsuites/management/test_node_management.py b/pytest_tests/testsuites/management/test_node_management.py index fe96704..2a04633 100644 --- a/pytest_tests/testsuites/management/test_node_management.py +++ b/pytest_tests/testsuites/management/test_node_management.py @@ -387,6 +387,7 @@ class TestMaintenanceMode(ClusterTestBase): expected_status == node_snapshot.node_status ), f"{node_under_test} status should be {expected_status}, but was {node_snapshot.node_status}. See netmap:\n{netmap}" + @pytest.mark.skip(reason="The test is not stable for 0.39") @allure.title("Test of basic node operations in maintenance mode") def test_maintenance_mode( self, @@ -456,6 +457,7 @@ class TestMaintenanceMode(ClusterTestBase): os.remove(file_path) + @pytest.mark.skip(reason="The test is not stable for 0.39") @pytest.mark.sanity @allure.title("MAINTENANCE and OFFLINE mode transitions") def test_mode_transitions( @@ -558,6 +560,7 @@ class TestMaintenanceMode(ClusterTestBase): with reporter.step("Check node status is 'maintenance'"): self.check_node_status(NodeStatus.MAINTENANCE, node_under_test, frostfs_cli, alive_rpc_endpoint) + @pytest.mark.skip(reason="The test is not stable for 0.39") @allure.title("A node cannot go into maintenance if maintenance is prohibited globally in the network") def test_maintenance_globally_forbidden( self,