test: disabled assertion test

This commit is contained in:
Alessandro Sidero 2025-04-15 16:32:56 +02:00
commit 21ccc675ab

View file

@ -210,7 +210,7 @@ int main(int argc, char **argv)
test_Consistency(parser);
test_MinPopulationSize(parser);
test_CachingEffectiveness(parser);
test_Assertions(parser);
// test_Assertions(parser);
return 0;
}
catch (std::exception &e)