Update environment variable unit tests with Junit 5 features after dropping Java 8 support #2818
Labels
next major: breaking change
this is a change that we should wait to bundle into the next major version
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
We tried to use Junit 5 extensions to update unit tests that depends on preset environment variables (see #2799).
However,
junit-pioneer
is not compatible with Java 8 (so as other extensions like system-stubs).We should update unit tests after dropping Java 8 support. See #2724 (comment) for details.
The text was updated successfully, but these errors were encountered: