Skip storage goup lifetime only test
Signed-off-by: anikeev-yadro <a.anikeev@yadro.com>
This commit is contained in:
parent
b66d04faf8
commit
431902c118
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,6 @@ deposit = 30
|
|||
ids=["simple object", "complex object"],
|
||||
)
|
||||
@pytest.mark.storage_group
|
||||
@pytest.mark.skip
|
||||
class TestStorageGroup:
|
||||
@pytest.fixture(autouse=True)
|
||||
def prepare_two_wallets(self, prepare_wallet_and_deposit, client_shell):
|
||||
|
@ -210,6 +209,7 @@ class TestStorageGroup:
|
|||
bearer=bearer_file,
|
||||
)
|
||||
|
||||
@pytest.mark.skip
|
||||
@allure.title("Test to check Storage Group lifetime")
|
||||
def test_storagegroup_lifetime(self, client_shell, object_size):
|
||||
cid = create_container(self.main_wallet, shell=client_shell)
|
||||
|
|
Loading…
Reference in a new issue