eliminated fuzzer test on osx
This commit is contained in:
parent
3d9e8f595f
commit
90afa72147
1 changed files with 2 additions and 1 deletions
|
@ -435,6 +435,7 @@ struct ClaimTrieChainFixture: public CClaimTrieCacheBase
|
|||
|
||||
BOOST_FIXTURE_TEST_SUITE(claimtriebranching_tests, RegTestingSetup)
|
||||
|
||||
#ifndef MAC_OSX // can't find a random number generator that produces the same sequence on OSX
|
||||
BOOST_AUTO_TEST_CASE(triehash_fuzzer_test)
|
||||
{
|
||||
ClaimTrieChainFixture fixture;
|
||||
|
@ -503,7 +504,7 @@ BOOST_AUTO_TEST_CASE(triehash_fuzzer_test)
|
|||
else
|
||||
std::cerr << "Hash: " << fixture.getMerkleHash().GetHex() << std::endl;
|
||||
}
|
||||
|
||||
#endif
|
||||
/*
|
||||
claims
|
||||
no competing bids
|
||||
|
|
Loading…
Reference in a new issue