Skip to content

Commit f8ac8b5

Browse files
vyzoJorropo
authored andcommitted
disable wonky test
1 parent a580131 commit f8ac8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/pubsub_msg_seen_cache_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import (
3030
)
3131

3232
func TestMessageSeenCacheTTL(t *testing.T) {
33+
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.")
3334
if err := RunMessageSeenCacheTTLTest(t, "10s"); err != nil {
3435
t.Fatal(err)
3536
}

0 commit comments

Comments
 (0)