Skip to content

Commit

Permalink
tests: enable test_bearer_token_expiration, closes #645 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Sep 23, 2023
2 parents af5aa53 + e6e5cbe commit 8a3ff76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytest_tests/testsuites/acl/test_bearer.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ def test_bearer_token_compound_operations(self, wallets, eacl_container_with_obj
cluster=self.cluster,
)

@pytest.mark.skip(reason="https://github.com/nspcc-dev/neofs-api/issues/273")
@pytest.mark.nspcc_dev__neofs_api__issue_273
@pytest.mark.parametrize("expiration_flag", ["lifetime", "expire_at"])
def test_bearer_token_expiration(self, wallets, eacl_container_with_objects, expiration_flag):
self.tick_epochs_and_wait(1)
Expand Down

0 comments on commit 8a3ff76

Please sign in to comment.