[#268] Mark maintenance mode tests as failover #268
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue