diff --git a/pytest_tests/testsuites/acl/storage_group/test_storagegroup.py b/pytest_tests/testsuites/acl/storage_group/test_storagegroup.py index 3bf69f6..e74bb75 100644 --- a/pytest_tests/testsuites/acl/storage_group/test_storagegroup.py +++ b/pytest_tests/testsuites/acl/storage_group/test_storagegroup.py @@ -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)