From 534c3ffdef10ffa379c8c1dfe209ad50b381bf26 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/pubsub_msg_seen_cache_test.go b/test/integration/pubsub_msg_seen_cache_test.go index 85cc8ae9f1e..702677ad35a 100644 --- a/test/integration/pubsub_msg_seen_cache_test.go +++ b/test/integration/pubsub_msg_seen_cache_test.go @@ -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) }