Skip to content

Commit

Permalink
revert the workaround of noobaa endpoint count (red-hat-storage#7930)
Browse files Browse the repository at this point in the history
Signed-off-by: vavuthu <[email protected]>
  • Loading branch information
vavuthu authored Jul 14, 2023
1 parent fbae9e1 commit f899b2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4122,9 +4122,6 @@ def nb_ensure_endpoint_count(request):
"""
Validate and ensure the number of running noobaa endpoints
"""
# TODO: remove return once bug https://bugzilla.redhat.com/show_bug.cgi?id=2217904 is verified
# return since test cases are not dependant on endpoint count
return
cls = request.cls
min_ep_count = cls.MIN_ENDPOINT_COUNT
max_ep_count = cls.MAX_ENDPOINT_COUNT
Expand Down

0 comments on commit f899b2e

Please sign in to comment.