Skip to content

Commit df13906

Browse files
committed
Update test_service.py
1 parent a675c05 commit df13906

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tests/test_service.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ def test_hec_event(self):
178178
self.assertEqual(response.status, 200)
179179

180180

181-
class TestOptionalRetry(unittest.TestCase):
182-
183-
def test_optional_retry(self):
184-
opts = testlib.parse([], {}, ".env")
185-
kwargs = opts.kwargs.copy()
186-
kwargs.update({'retries': 5})
187-
self.service = client.connect(**kwargs)
188-
self.service.restart(timeout=15) # timeout value kept lower than actual time needed for Splunk to restart
189-
self.assertEqual(self.service.get("/services").status, 200)
181+
# class TestOptionalRetry(unittest.TestCase):
182+
#
183+
# def test_optional_retry(self):
184+
# opts = testlib.parse([], {}, ".env")
185+
# kwargs = opts.kwargs.copy()
186+
# kwargs.update({'retries': 5})
187+
# self.service = client.connect(**kwargs)
188+
# self.service.restart(timeout=15) # timeout value kept lower than actual time needed for Splunk to restart
189+
# self.assertEqual(self.service.get("/services").status, 200)
190190

191191

192192
class TestCookieAuthentication(unittest.TestCase):

0 commit comments

Comments
 (0)