From f899b2ea9617c3f6bfca082a4403b931479d862d Mon Sep 17 00:00:00 2001 From: Vijay Bhaskar Reddy Avuthu Date: Fri, 14 Jul 2023 10:19:39 +0530 Subject: [PATCH] revert the workaround of noobaa endpoint count (#7930) Signed-off-by: vavuthu --- tests/conftest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index e19b194ef59..15635da451d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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