Disable storagegroup tests for support

Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
Andrey Berezin 2022-11-10 13:44:24 +03:00 committed by abereziny
parent 26962617c9
commit e3b27a7643

View file

@ -51,6 +51,7 @@ 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):