You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DatabaseProfileValueSource which is used to ignore certain tests with certain databases uses the spring.profiles.active system property, which is also used by the maven build configuration to control the tests.
But Spring also supports usage of environment variables for controlling profiles, so this class should too