Merge pull request #12489 from ethereum/fixPhaserTest

Use fixed seed for flaky phaser test for now.
This commit is contained in:
chriseth 2022-01-04 18:38:44 +01:00 committed by GitHub
commit b892851d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -644,6 +644,8 @@ BOOST_AUTO_TEST_CASE(uniformCrossover_should_swap_tail_with_uniform_probability)
Chromosome chromosome1("aaaaa");
Chromosome chromosome2("cccccccccc");
SimulationRNG::reset(1);
vector<size_t> bernoulliTrials;
for (size_t i = 0; i < operationCount; ++i)
{