We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9e8f5 commit 90afa72Copy full SHA for 90afa72
src/test/claimtriebranching_tests.cpp
@@ -435,6 +435,7 @@ struct ClaimTrieChainFixture: public CClaimTrieCacheBase
435
436
BOOST_FIXTURE_TEST_SUITE(claimtriebranching_tests, RegTestingSetup)
437
438
+#ifndef MAC_OSX // can't find a random number generator that produces the same sequence on OSX
439
BOOST_AUTO_TEST_CASE(triehash_fuzzer_test)
440
{
441
ClaimTrieChainFixture fixture;
@@ -503,7 +504,7 @@ BOOST_AUTO_TEST_CASE(triehash_fuzzer_test)
503
504
else
505
std::cerr << "Hash: " << fixture.getMerkleHash().GetHex() << std::endl;
506
}
-
507
+#endif
508
/*
509
claims
510
no competing bids
0 commit comments