From 7d5fbea89eefd0e0826ac0bdafbe4c2e745a3482 Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Mon, 4 May 2026 12:48:14 +0200 Subject: [PATCH] commenting lightpush --- tests/wrappers_tests/test_send_e2e_part2.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/wrappers_tests/test_send_e2e_part2.py b/tests/wrappers_tests/test_send_e2e_part2.py index 1cf032540..8db66e229 100644 --- a/tests/wrappers_tests/test_send_e2e_part2.py +++ b/tests/wrappers_tests/test_send_e2e_part2.py @@ -300,7 +300,7 @@ class TestRelayToLightpushFallback(StepsCommon): with relay_result.ok_value: sender_config = { **node_config, - # "lightpushnode": service_addr, + # "lightpushnode": service_addr, #this comment currently raise issues "portsShift": 2, } sender_result = WrapperManager.create_and_start( @@ -370,7 +370,6 @@ class TestRelayToLightpushFallback(StepsCommon): sender_config = { **node_config, "reliabilityEnabled": True, - "lightpushnode": service_addr, "storenode": service_addr, "portsShift": 2, } @@ -452,7 +451,6 @@ class TestS10EdgeSenderLightpushOnly(StepsCommon): with relay_result.ok_value: edge_config = build_node_config( mode="Edge", - # lightpushnode=service_multiaddr, staticnodes=[service_multiaddr], **common, ) @@ -578,7 +576,6 @@ class TestS14LightpushNonRetryableError(StepsCommon): edge_config = build_node_config( mode="Edge", - # lightpushnode=service_multiaddr, staticnodes=[service_multiaddr], **common, ) @@ -653,7 +650,6 @@ class TestS15LightpushRetryableErrorRecovery(StepsCommon): edge_config = build_node_config( mode="Edge", - # lightpushnode=service_multiaddr, staticnodes=[service_multiaddr], **common, )