Skip to content

Commit

Permalink
tests: actualize skips
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Zayats <[email protected]>
  • Loading branch information
Evgeniy Zayats committed Nov 9, 2023
1 parent e36f104 commit 260b5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s3tests_boto3/functional/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6469,7 +6469,7 @@ def test_bucket_create_naming_good_starts_digit(override_prefix_0):
check_good_bucket_name("foo", _prefix="0" + get_prefix())


@pytest.mark.skip(reason="Potential Bug")
@pytest.mark.skip(reason="https://github.com/nspcc-dev/neofs-s3-gw/issues/903")
def test_bucket_create_naming_good_contains_period():
check_good_bucket_name("aaa.111")

Expand Down Expand Up @@ -6670,7 +6670,7 @@ def test_object_copy_not_owned_bucket():
assert status == 403


@pytest.mark.skip(reason="Potential Bug")
@pytest.mark.skip(reason="https://github.com/nspcc-dev/neofs-s3-gw/issues/902")
def test_object_copy_not_owned_object_bucket():
client = get_client()
alt_client = get_alt_client()
Expand Down

0 comments on commit 260b5c6

Please sign in to comment.