Skip to content

Commit 90afa72

Browse files
committed
eliminated fuzzer test on osx
1 parent 3d9e8f5 commit 90afa72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/claimtriebranching_tests.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ struct ClaimTrieChainFixture: public CClaimTrieCacheBase
435435

436436
BOOST_FIXTURE_TEST_SUITE(claimtriebranching_tests, RegTestingSetup)
437437

438+
#ifndef MAC_OSX // can't find a random number generator that produces the same sequence on OSX
438439
BOOST_AUTO_TEST_CASE(triehash_fuzzer_test)
439440
{
440441
ClaimTrieChainFixture fixture;
@@ -503,7 +504,7 @@ BOOST_AUTO_TEST_CASE(triehash_fuzzer_test)
503504
else
504505
std::cerr << "Hash: " << fixture.getMerkleHash().GetHex() << std::endl;
505506
}
506-
507+
#endif
507508
/*
508509
claims
509510
no competing bids

0 commit comments

Comments
 (0)