diff --git a/autotests/testEAP-MSCHAPV2/connection_test.py b/autotests/testEAP-MSCHAPV2/connection_test.py index d38f4b09..35926375 100644 --- a/autotests/testEAP-MSCHAPV2/connection_test.py +++ b/autotests/testEAP-MSCHAPV2/connection_test.py @@ -19,11 +19,6 @@ class Test(unittest.TestCase): devices = wd.list_devices(1) device = devices[0] - try: - device.disconnect() - except: - pass - condition = 'not obj.scanning' wd.wait_for_object_condition(device, condition)