Commit 745dfdbc authored by Łukasz Nowak's avatar Łukasz Nowak

test: Avoid needless assertion

It can fail too fast, without giving caucase any chance to start really.
parent 64f3419a
......@@ -174,7 +174,6 @@ class KedifaMixinCaucase(KedifaMixin):
try:
requests.get(self.caucase_url)
except BaseException:
self.assertTrue(self.caucase_runtime.is_alive())
time.sleep(0.1)
else:
break
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment