Skip to content

Commit

Permalink
skip TestTxMempool_ExpiredTxs_Timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Sep 25, 2024
1 parent b8b2570 commit 660877c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mempool/v1/mempool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ func TestTxMempool_ConcurrentTxs(t *testing.T) {
}

func TestTxMempool_ExpiredTxs_Timestamp(t *testing.T) {
t.Skip("This test is flaky and needs to be fixed")
txmp := setup(t, 5000)
txmp.config.TTLDuration = 5 * time.Millisecond

Expand Down

0 comments on commit 660877c

Please sign in to comment.