From 6e827a6a8bf73cd92e5fa5868d5c1c706bd46e0f Mon Sep 17 00:00:00 2001 From: jitendracandela <78074038+jitendracandela@users.noreply.github.com> Date: Thu, 17 Feb 2022 21:24:31 +0530 Subject: [PATCH] commented self.exit_fail() --- py-scripts/test_ip_variable_time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_ip_variable_time.py b/py-scripts/test_ip_variable_time.py index 963d372f..1f274f28 100755 --- a/py-scripts/test_ip_variable_time.py +++ b/py-scripts/test_ip_variable_time.py @@ -169,7 +169,7 @@ class IPVariableTime(Realm): self._pass("All stations got IPs") else: self._fail("Stations failed to get IPs") - self.exit_fail() + #self.exit_fail() self.cx_profile.start_cx() def stop(self):