Skip to content

Commit

Permalink
Fix S3 CI runner from getting stuck
Browse files Browse the repository at this point in the history
[noissue]

(cherry picked from commit 16abd99)
  • Loading branch information
gerrod3 committed Oct 27, 2023
1 parent f40081d commit b7f535f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_full_workflow(
pulp_content_url,
):
if not redis_status:
pytest.skip("Could not connect to the Redis server")
pytest.xfail("Could not connect to the Redis server")

def _check_cache(url):
"""Helper to check if cache miss or hit"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@


@pytest.mark.parallel
@pytest.mark.skip("Makes S3 runner get stuck, skipping for now")
def test_shared_remote_usage(
file_repository_api_client,
file_repository_factory,
Expand Down

0 comments on commit b7f535f

Please sign in to comment.