MorphiaOrg / morphia

MongoDB object-document mapper in Java based on https://github.com/mongodb/mongo-java-driver
Apache License 2.0
1.66k stars 456 forks source link

Revert "Enable Test Distribution" #3326

Closed tylerbertrand closed 2 weeks ago

tylerbertrand commented 2 weeks ago

Reverts MorphiaOrg/morphia#3280

Test Distribution requires authentication with Develocity, and was causing builds that validate PRs to fail when run against a fork, since forks do not have access to secrets.

forkCount can be used instead to achieve similar behavior (without Test Distribution's optimized test partitioning), and has already been enabled here.