diff --git a/src/tests/ofc24/tests/test_functional_bootstrap.py b/src/tests/ofc24/tests/test_functional_bootstrap.py index 11f2f4e87340e1bed6593aaa606e446d47af7a84..ad76532d5ed76f059bafe4ba7ee997faf0d0428c 100644 --- a/src/tests/ofc24/tests/test_functional_bootstrap.py +++ b/src/tests/ofc24/tests/test_functional_bootstrap.py @@ -71,5 +71,4 @@ def test_scenario_devices_enabled( if num_devices_enabled != num_devices: LOGGER.info('Disabled Devices: {:s}'.format(str(disabled_devices))) LOGGER.info('Devices: {:s}'.format(grpc_message_to_json_string(response))) - raise Exception() assert num_devices_enabled == num_devices