diff --git a/test/integration/pubsub_msg_seen_cache_test.go b/test/integration/pubsub_msg_seen_cache_test.go index 7495080893d..2e495198edf 100644 --- a/test/integration/pubsub_msg_seen_cache_test.go +++ b/test/integration/pubsub_msg_seen_cache_test.go @@ -30,6 +30,7 @@ import ( ) func TestMessageSeenCacheTTL(t *testing.T) { + 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) }