mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 08:53:06 +00:00
Merge branch 'master' into deprecate_sync_strategy
This commit is contained in:
commit
d322a92b97
@ -14,7 +14,7 @@ import
|
||||
|
||||
import
|
||||
waku/[waku_core/topics, waku_enr, discovery/waku_discv5, waku_enr/capabilities],
|
||||
../testlib/[wakucore, testasync, assertions, futures, wakunode],
|
||||
../testlib/[wakucore, testasync, assertions, futures, wakunode, testutils],
|
||||
../waku_enr/utils,
|
||||
./utils as discv5_utils
|
||||
|
||||
@ -300,7 +300,9 @@ suite "Waku Discovery v5":
|
||||
# Cleanup
|
||||
await allFutures(node1.stop(), node2.stop(), node3.stop(), node4.stop())
|
||||
|
||||
asyncTest "find random peers with instance predicate":
|
||||
xasyncTest "find random peers with instance predicate":
|
||||
## This is skipped because is flaky and made CI randomly fail but is useful to run manually
|
||||
|
||||
## Setup
|
||||
# Records
|
||||
let
|
||||
|
||||
@ -487,6 +487,7 @@ procSuite "WakuNode - RLN relay":
|
||||
await node3.stop()
|
||||
|
||||
xasyncTest "clearNullifierLog: should clear epochs > MaxEpochGap":
|
||||
## This is skipped because is flaky and made CI randomly fail but is useful to run manually
|
||||
# Given two nodes
|
||||
let
|
||||
contentTopic = ContentTopic("/waku/2/default-content/proto")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user