Skip storage goup lifetime only test

Signed-off-by: anikeev-yadro <a.anikeev@yadro.com>
This commit is contained in:
anikeev-yadro 2022-11-11 17:55:26 +03:00 committed by anikeev-yadro
parent b66d04faf8
commit 431902c118

View file

@ -51,7 +51,6 @@ deposit = 30
ids=["simple object", "complex object"], ids=["simple object", "complex object"],
) )
@pytest.mark.storage_group @pytest.mark.storage_group
@pytest.mark.skip
class TestStorageGroup: class TestStorageGroup:
@pytest.fixture(autouse=True) @pytest.fixture(autouse=True)
def prepare_two_wallets(self, prepare_wallet_and_deposit, client_shell): def prepare_two_wallets(self, prepare_wallet_and_deposit, client_shell):
@ -210,6 +209,7 @@ class TestStorageGroup:
bearer=bearer_file, bearer=bearer_file,
) )
@pytest.mark.skip
@allure.title("Test to check Storage Group lifetime") @allure.title("Test to check Storage Group lifetime")
def test_storagegroup_lifetime(self, client_shell, object_size): def test_storagegroup_lifetime(self, client_shell, object_size):
cid = create_container(self.main_wallet, shell=client_shell) cid = create_container(self.main_wallet, shell=client_shell)