forked from TrueCloudLab/frostfs-testcases
Skip tests that start/stop nodes via Docker API.
This works for devenv only and won't work for a real deployment.
This commit is contained in:
parent
73036200d8
commit
afa5a7be5a
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@ def crate_container_and_pick_node(create_remote_connection, prepare_wallet_and_d
|
|||
|
||||
|
||||
@pytest.fixture
|
||||
@pytest.mark.skip(reason="docker API works only for devenv")
|
||||
def start_node_if_needed(create_remote_connection):
|
||||
yield
|
||||
try:
|
||||
|
@ -167,6 +168,7 @@ def test_placement_policy_negative(prepare_wallet_and_deposit, placement_rule, e
|
|||
|
||||
|
||||
@pytest.mark.node_mgmt
|
||||
@pytest.mark.skip(reason="docker API works only for devenv")
|
||||
@allure.title('NeoFS object replication on node failover')
|
||||
def test_replication(prepare_wallet_and_deposit, create_remote_connection, start_node_if_needed):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue