Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat committed Jan 23, 2024
1 parent f9b1f5d commit 06f5abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silkworm/node/db/mdbx_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ TEST_CASE("OF pages") {
}

// Skip the following section in debug as too big data size in multi-value map will assert
#if !defined(MDBX_DEBUG) || !defined(SILKWORM_SANITIZE)
#if !defined(MDBX_DEBUG) && !defined(SILKWORM_SANITIZE)
SECTION("Multi-value map: No overflow, error for value too big") {
db::PooledCursor target(txn, db::table::kPlainState);
Bytes key(20, '\0');
Expand Down

0 comments on commit 06f5abc

Please sign in to comment.