chore: skip two flaky tests (#3364)

This commit is contained in:
Ivan FB 2025-04-10 00:28:25 +02:00 committed by GitHub
parent 483103de37
commit 3098b117d3
2 changed files with 7 additions and 3 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

@ -486,7 +486,9 @@ procSuite "WakuNode - RLN relay":
await node2.stop()
await node3.stop()
asyncTest "clearNullifierLog: should clear epochs > MaxEpochGap":
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")