From 16d613312ab7dc5e8ee4d20926ff403794c16f3a Mon Sep 17 00:00:00 2001 From: vyzo Date: Wed, 1 Mar 2023 22:14:20 +0200 Subject: [PATCH] disable wonky test --- test/integration/pubsub_msg_seen_cache_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/pubsub_msg_seen_cache_test.go b/test/integration/pubsub_msg_seen_cache_test.go index 7495080893dd..2e495198edf5 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) }