mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-05 16:28:06 +08:00
disable wonky test
This commit is contained in:
parent
e8474192cf
commit
534c3ffdef
@ -30,7 +30,7 @@ import (
|
||||
)
|
||||
|
||||
func TestMessageSeenCacheTTL(t *testing.T) {
|
||||
t.Skip("skipping PubSub seen cache TTL test due to flakiness")
|
||||
t.Skip("the behaviour of seen cache has changed wrt to timing and this test cannot capture this behaviour now; it also has unit tests in go-libp2p-pubsub.")
|
||||
if err := RunMessageSeenCacheTTLTest(t, "10s"); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user