Skip to content

Commit b4a81f9

Browse files
committed
Disable flaky binary fuse filter tests
1 parent 3813e64 commit b4a81f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/util/test/BinaryFuseTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ TEST_CASE("binary fuse filter", "[BinaryFuseFilter][!hide]")
142142
// the error flag, which triggers a reset-and-retry with a rotated seed. The
143143
// retry should restart immediately after clearing scratch state, not continue
144144
// into the peeling phase with cleared t2count/t2hash values.
145-
TEST_CASE("binary fuse filter error retry", "[BinaryFuseFilter]")
145+
TEST_CASE("binary fuse filter error retry", "[BinaryFuseFilter][!hide]")
146146
{
147147
LedgerKeySet keys;
148148
while (keys.size() < 100)
@@ -200,7 +200,7 @@ TEST_CASE("binary fuse filter error retry", "[BinaryFuseFilter]")
200200
// pre-hashed keys) can produce collisions even when the input keys are unique.
201201
// To simulate this, we just duplicate all the input hashes, which guarantees
202202
// collisions.
203-
TEST_CASE("binary fuse filter duplicate removal", "[BinaryFuseFilter]")
203+
TEST_CASE("binary fuse filter duplicate removal", "[BinaryFuseFilter][!hide]")
204204
{
205205
COVMARK_CHECK_HIT_IN_CURR_SCOPE(BINARY_FUSE_DUPLICATE_REMOVAL);
206206

0 commit comments

Comments
 (0)