[#268] Mark maintenance mode tests as failover #268

Merged
anurindm merged 1 commit from anurindm/frostfs-testcases:move-maintenance-mode-tests-to-failover into master 2024-07-08 14:02:41 +00:00

View file

@ -52,6 +52,7 @@ check_nodes: list[StorageNode] = []
@pytest.mark.node_mgmt
@pytest.mark.failover
@pytest.mark.order(10)
class TestNodeManagement(ClusterTestBase):
@pytest.fixture
@ -321,6 +322,7 @@ class TestNodeManagement(ClusterTestBase):
@pytest.mark.maintenance
@pytest.mark.failover
@pytest.mark.order(9)
class TestMaintenanceMode(ClusterTestBase):
@pytest.fixture()