mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-07-08 09:30:14 +00:00
ignore the node version test
This commit is contained in:
parent
a7fda4471e
commit
8adba3f742
@ -21,6 +21,7 @@ class TestDebugFlags(StepsFilter, StepsStore, StepsRelay, StepsLightPush):
|
||||
def nodes(self):
|
||||
self.node1 = WakuNode(NODE_2, f"node1_{self.test_id}")
|
||||
|
||||
@pytest.mark.skip(reason="Volatile: asserts a specific node version range that changes frequently across releases")
|
||||
def test_verify_node_version2(self):
|
||||
self.node1.start(relay="true")
|
||||
node1_version = self.node1.get_version()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user