File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
192192class TestCookieAuthentication (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments