mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
chore: skip two flaky tests (#3364)
This commit is contained in:
parent
483103de37
commit
3098b117d3
@ -14,7 +14,7 @@ import
|
|||||||
|
|
||||||
import
|
import
|
||||||
waku/[waku_core/topics, waku_enr, discovery/waku_discv5, waku_enr/capabilities],
|
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,
|
../waku_enr/utils,
|
||||||
./utils as discv5_utils
|
./utils as discv5_utils
|
||||||
|
|
||||||
@ -300,7 +300,9 @@ suite "Waku Discovery v5":
|
|||||||
# Cleanup
|
# Cleanup
|
||||||
await allFutures(node1.stop(), node2.stop(), node3.stop(), node4.stop())
|
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
|
## Setup
|
||||||
# Records
|
# Records
|
||||||
let
|
let
|
||||||
|
|||||||
@ -486,7 +486,9 @@ procSuite "WakuNode - RLN relay":
|
|||||||
await node2.stop()
|
await node2.stop()
|
||||||
await node3.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
|
# Given two nodes
|
||||||
let
|
let
|
||||||
contentTopic = ContentTopic("/waku/2/default-content/proto")
|
contentTopic = ContentTopic("/waku/2/default-content/proto")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user