Skip to content

Commit

Permalink
disable wonky test
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Mar 1, 2023
1 parent 50b19eb commit 16d6133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/pubsub_msg_seen_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 16d6133

Please sign in to comment.