Merge branch 'master' into deprecate_sync_strategy

This commit is contained in:
Darshan K 2025-04-10 04:36:38 +05:30 committed by GitHub
commit d322a92b97
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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")