When running tests with for instance -Dnuxeo.test.vcs.db=PostgreSQL this configuration isn't taken into account by JUnit4 tests based on CoreFeature.
This is because RepositorySettings half-reinitializes the database based on annotations (which isn't configurable enough from outside the tests).
-> Remove annotation-based database choice.