From 431902c1186afadeec4a77aa6bc6ff350777e1e8 Mon Sep 17 00:00:00 2001 From: anikeev-yadro Date: Fri, 11 Nov 2022 17:55:26 +0300 Subject: [PATCH] Skip storage goup lifetime only test Signed-off-by: anikeev-yadro --- pytest_tests/testsuites/acl/storage_group/test_storagegroup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_tests/testsuites/acl/storage_group/test_storagegroup.py b/pytest_tests/testsuites/acl/storage_group/test_storagegroup.py index 3bf69f68..e74bb759 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)