[#268] Mark maintenance mode tests as failover
Some checks reported warnings
DCO check / Commits Check (pull_request) Has been cancelled

This commit is contained in:
Dmitry Anurin 2024-07-08 14:56:36 +03:00
parent 741102ec17
commit 35b872dc66

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()