Skip to content

Commit 4f88259

Browse files
committed
Disable constexpr test due to step limit.
1 parent 2c17b17 commit 4f88259

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/utreexo/utreexo.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ BOOST_AUTO_TEST_CASE(utreexo__detect_row__scenario__expected)
253253
return success;
254254
};
255255

256-
static_assert(test_detect_row_());
256+
257+
// constexpr evaluation hit maximum step limit.
258+
////static_assert(test_detect_row_());
257259
BOOST_REQUIRE(test_detect_row_());
258260
}
259261

0 commit comments

Comments
 (0)