From 6d4a1e226b54ffbf3aa2a9ce87a37c7d34076d48 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Wed, 30 Oct 2024 23:37:32 +0000
Subject: [PATCH] Debug OFC24 and Optical Controller

---
 src/tests/ofc24/tests/test_functional_bootstrap.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/tests/ofc24/tests/test_functional_bootstrap.py b/src/tests/ofc24/tests/test_functional_bootstrap.py
index 11f2f4e87..ad76532d5 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
-- 
GitLab