mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
remove the skipping for nwaku node as requested
This commit is contained in:
parent
724964127d
commit
3c93ecc125
@ -1,5 +1,5 @@
|
||||
import pytest
|
||||
from src.env_vars import NODE_2, NODE_1
|
||||
|
||||
from src.libs.custom_logger import get_custom_logger
|
||||
from time import time
|
||||
from src.libs.common import delay, to_base64
|
||||
@ -263,7 +263,6 @@ class TestLightPushPublish(StepsLightPush):
|
||||
self.light_push_node1.ensure_ready()
|
||||
self.check_light_pushed_message_reaches_receiving_peer()
|
||||
|
||||
@pytest.mark.skipif("nwaku" in (NODE_1 + NODE_2), reason="Test works only with nwaku")
|
||||
def test_light_push_after_receiving_node_restarts(self):
|
||||
self.check_light_pushed_message_reaches_receiving_peer()
|
||||
self.receiving_node1.restart()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user