Skip to content

Commit 3dcc0e1

Browse files
author
Evgeniy Zayats
committed
tests: drop key-related ACL test
closes #944 Signed-off-by: Evgeniy Zayats <[email protected]>
1 parent 1241979 commit 3dcc0e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest_tests/tests/acl/test_eacl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ def test_extended_acl_operations_enforcement(self, wallets, eacl_container_with_
344344
def test_extended_acl_deny_all_operations_exclude_extended_role(
345345
self, wallets, eacl_container_with_objects, role: EACLRoleExtendedType
346346
):
347+
if self.neofs_env.storage_nodes[0]._get_version() > "0.44.2":
348+
pytest.skip("This test runs on 0.44.2 and below neofs-node versions")
347349
user_wallet = wallets.get_wallet()
348350
other_wallet, other_wallet_allow = wallets.get_wallets_list(EACLRole.OTHERS)[0:2]
349351
cid, object_oids, file_path = eacl_container_with_objects

0 commit comments

Comments
 (0)