diff --git a/pytest_tests/testsuites/management/test_node_management.py b/pytest_tests/testsuites/management/test_node_management.py index fe967045..2a046333 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,