Skip to content

Commit 534c3ff

Browse files
vyzogammazero
authored andcommitted
disable wonky test
1 parent e847419 commit 534c3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/pubsub_msg_seen_cache_test.go

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

3232
func TestMessageSeenCacheTTL(t *testing.T) {
33-
t.Skip("skipping PubSub seen cache TTL test due to flakiness")
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.")
3434
if err := RunMessageSeenCacheTTLTest(t, "10s"); err != nil {
3535
t.Fatal(err)
3636
}

0 commit comments

Comments
 (0)