Skip to content

Commit

Permalink
tests: drop key-related ACL test (#945)
Browse files Browse the repository at this point in the history
closes #944
  • Loading branch information
roman-khimov authored Feb 3, 2025
2 parents 1241979 + 3dcc0e1 commit dabf5d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest_tests/tests/acl/test_eacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ def test_extended_acl_operations_enforcement(self, wallets, eacl_container_with_
def test_extended_acl_deny_all_operations_exclude_extended_role(
self, wallets, eacl_container_with_objects, role: EACLRoleExtendedType
):
if self.neofs_env.storage_nodes[0]._get_version() > "0.44.2":
pytest.skip("This test runs on 0.44.2 and below neofs-node versions")
user_wallet = wallets.get_wallet()
other_wallet, other_wallet_allow = wallets.get_wallets_list(EACLRole.OTHERS)[0:2]
cid, object_oids, file_path = eacl_container_with_objects
Expand Down

0 comments on commit dabf5d1

Please sign in to comment.